Shades of Dark Purple #9B2C76
Tints of Dark Purple #9B2C76
RGB
CMYK
RGB Variations
Color information
#9B2C76 (or 0x9B2C76) is known color: Dark Purple. HEX triplet: 9B, 2C and 76. RGB value is (155,44,118). Sum of RGB (Red+Green+Blue) = 155+44+118=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2C76 is #64D389. Grayscale: #555555. Windows color (decimal): -6607754 or 7744667. OLE color: 7744667.
HSL color Cylindrical-coordinate representation of color #9B2C76: hue angle of 320º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C76 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 118 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.39 |
| HSL | 320º | 0.56% | 0.39% | - |
| HSV(B) | 320º | 0.72% | 0.61% | - |
| XYZ | 17.69 | 10.08 | 18.15 | - |
| YUV | 85.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 118 | 0 | 0.72 | 0.24 | 0.39 | 320 | 0.56 | 0.39 |
| Hex | 9B | 2C | 76 | 0 | 48 | 18 | 27 | 140 | 38 | 27 |
| Octal | 233 | 54 | 166 | 0 | 110 | 30 | 47 | 500 | 70 | 47 |
| Binary | 10011011 | 101100 | 1110110 | 0 | 1001000 | 11000 | 100111 | 101000000 | 111000 | 100111 |
Color Harmonies of #9B2C76
Complementary color
Monochromatic Colors of #9B2C76
Black with #9B2C76
Text Example
Text Example
White with #9B2C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C76; }
p { color: rgb(155,44,118); }
H1.HeaderClassName
{
color: #9B2C76;
}
.AnyTagClassName
{
color: #9B2C76;
}
</style>
background-color css
<style>
a { background-color: #9B2C76; }
a { background-color: rgb(155,44,118); }
div.DivClassName
{
background-color: #9B2C76;
}
.BgClassName
{
background-color: #9B2C76;
}
</style>
border-color css
<style>
span { border-color: #9B2C76; }
span { border-color: rgb(155,44,118); }
td.TdClassName
{
border-color: #9B2C76;
}
.TagClassName
{
border-color: #9B2C76;
}
</style>