Shades of Dark Purple #9C256E
Tints of Dark Purple #9C256E
RGB
CMYK
RGB Variations
Color information
#9C256E (or 0x9C256E) is known color: Dark Purple. HEX triplet: 9C, 25 and 6E. RGB value is (156,37,110). Sum of RGB (Red+Green+Blue) = 156+37+110=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C256E is #63DA91. Grayscale: #505050. Windows color (decimal): -6544018 or 7218588. OLE color: 7218588.
HSL color Cylindrical-coordinate representation of color #9C256E: hue angle of 323.19º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C256E is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 110 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.39 |
| HSL | 323.19º | 0.62% | 0.38% | - |
| HSV(B) | 323.19º | 0.76% | 0.61% | - |
| XYZ | 17.19 | 9.52 | 15.68 | - |
| YUV | 80.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 110 | 0 | 0.76 | 0.29 | 0.39 | 323.19 | 0.62 | 0.38 |
| Hex | 9C | 25 | 6E | 0 | 4C | 1D | 27 | 143 | 3E | 26 |
| Octal | 234 | 45 | 156 | 0 | 114 | 35 | 47 | 503 | 76 | 46 |
| Binary | 10011100 | 100101 | 1101110 | 0 | 1001100 | 11101 | 100111 | 101000011 | 111110 | 100110 |
Color Harmonies of #9C256E
Complementary color
Monochromatic Colors of #9C256E
Black with #9C256E
Text Example
Text Example
White with #9C256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C256E; }
p { color: rgb(156,37,110); }
H1.HeaderClassName
{
color: #9C256E;
}
.AnyTagClassName
{
color: #9C256E;
}
</style>
background-color css
<style>
a { background-color: #9C256E; }
a { background-color: rgb(156,37,110); }
div.DivClassName
{
background-color: #9C256E;
}
.BgClassName
{
background-color: #9C256E;
}
</style>
border-color css
<style>
span { border-color: #9C256E; }
span { border-color: rgb(156,37,110); }
td.TdClassName
{
border-color: #9C256E;
}
.TagClassName
{
border-color: #9C256E;
}
</style>