Shades of Dark Purple #9C2485
Tints of Dark Purple #9C2485
RGB
CMYK
RGB Variations
Color information
#9C2485 (or 0x9C2485) is known color: Dark Purple. HEX triplet: 9C, 24 and 85. RGB value is (156,36,133). Sum of RGB (Red+Green+Blue) = 156+36+133=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2485 is #63DB7A. Grayscale: #525252. Windows color (decimal): -6544251 or 8725660. OLE color: 8725660.
HSL color Cylindrical-coordinate representation of color #9C2485: hue angle of 311.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2485 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 133 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.39 |
| HSL | 311.5º | 0.63% | 0.38% | - |
| HSV(B) | 311.5º | 0.77% | 0.61% | - |
| XYZ | 18.57 | 10.02 | 23.15 | - |
| YUV | 82.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 133 | 0 | 0.77 | 0.15 | 0.39 | 311.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 85 | 0 | 4D | F | 27 | 138 | 3E | 26 |
| Octal | 234 | 44 | 205 | 0 | 115 | 17 | 47 | 470 | 76 | 46 |
| Binary | 10011100 | 100100 | 10000101 | 0 | 1001101 | 1111 | 100111 | 100111000 | 111110 | 100110 |
Color Harmonies of #9C2485
Complementary color
Monochromatic Colors of #9C2485
Black with #9C2485
Text Example
Text Example
White with #9C2485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2485; }
p { color: rgb(156,36,133); }
H1.HeaderClassName
{
color: #9C2485;
}
.AnyTagClassName
{
color: #9C2485;
}
</style>
background-color css
<style>
a { background-color: #9C2485; }
a { background-color: rgb(156,36,133); }
div.DivClassName
{
background-color: #9C2485;
}
.BgClassName
{
background-color: #9C2485;
}
</style>
border-color css
<style>
span { border-color: #9C2485; }
span { border-color: rgb(156,36,133); }
td.TdClassName
{
border-color: #9C2485;
}
.TagClassName
{
border-color: #9C2485;
}
</style>