Shades of Dark Purple #9B2D8C
Tints of Dark Purple #9B2D8C
RGB
CMYK
RGB Variations
Color information
#9B2D8C (or 0x9B2D8C) is known color: Dark Purple. HEX triplet: 9B, 2D and 8C. RGB value is (155,45,140). Sum of RGB (Red+Green+Blue) = 155+45+140=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D8C is #64D273. Grayscale: #585858. Windows color (decimal): -6607476 or 9186715. OLE color: 9186715.
HSL color Cylindrical-coordinate representation of color #9B2D8C: hue angle of 308.18º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D8C is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 140 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.39 |
| HSL | 308.18º | 0.55% | 0.39% | - |
| HSV(B) | 308.18º | 0.71% | 0.61% | - |
| XYZ | 19.19 | 10.74 | 25.87 | - |
| YUV | 88.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 140 | 0 | 0.71 | 0.10 | 0.39 | 308.18 | 0.55 | 0.39 |
| Hex | 9B | 2D | 8C | 0 | 47 | A | 27 | 134 | 37 | 27 |
| Octal | 233 | 55 | 214 | 0 | 107 | 12 | 47 | 464 | 67 | 47 |
| Binary | 10011011 | 101101 | 10001100 | 0 | 1000111 | 1010 | 100111 | 100110100 | 110111 | 100111 |
Color Harmonies of #9B2D8C
Complementary color
Monochromatic Colors of #9B2D8C
Black with #9B2D8C
Text Example
Text Example
White with #9B2D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D8C; }
p { color: rgb(155,45,140); }
H1.HeaderClassName
{
color: #9B2D8C;
}
.AnyTagClassName
{
color: #9B2D8C;
}
</style>
background-color css
<style>
a { background-color: #9B2D8C; }
a { background-color: rgb(155,45,140); }
div.DivClassName
{
background-color: #9B2D8C;
}
.BgClassName
{
background-color: #9B2D8C;
}
</style>
border-color css
<style>
span { border-color: #9B2D8C; }
span { border-color: rgb(155,45,140); }
td.TdClassName
{
border-color: #9B2D8C;
}
.TagClassName
{
border-color: #9B2D8C;
}
</style>