Shades of Dark Purple #9C2280
Tints of Dark Purple #9C2280
RGB
CMYK
RGB Variations
Color information
#9C2280 (or 0x9C2280) is known color: Dark Purple. HEX triplet: 9C, 22 and 80. RGB value is (156,34,128). Sum of RGB (Red+Green+Blue) = 156+34+128=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2280 is #63DD7F. Grayscale: #505050. Windows color (decimal): -6544768 or 8397468. OLE color: 8397468.
HSL color Cylindrical-coordinate representation of color #9C2280: hue angle of 313.77º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2280 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 128 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.39 |
| HSL | 313.77º | 0.64% | 0.37% | - |
| HSV(B) | 313.77º | 0.78% | 0.61% | - |
| XYZ | 18.18 | 9.77 | 21.35 | - |
| YUV | 81.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 128 | 0 | 0.78 | 0.18 | 0.39 | 313.77 | 0.64 | 0.37 |
| Hex | 9C | 22 | 80 | 0 | 4E | 12 | 27 | 13A | 40 | 25 |
| Octal | 234 | 42 | 200 | 0 | 116 | 22 | 47 | 472 | 100 | 45 |
| Binary | 10011100 | 100010 | 10000000 | 0 | 1001110 | 10010 | 100111 | 100111010 | 1000000 | 100101 |
Color Harmonies of #9C2280
Complementary color
Monochromatic Colors of #9C2280
Black with #9C2280
Text Example
Text Example
White with #9C2280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2280; }
p { color: rgb(156,34,128); }
H1.HeaderClassName
{
color: #9C2280;
}
.AnyTagClassName
{
color: #9C2280;
}
</style>
background-color css
<style>
a { background-color: #9C2280; }
a { background-color: rgb(156,34,128); }
div.DivClassName
{
background-color: #9C2280;
}
.BgClassName
{
background-color: #9C2280;
}
</style>
border-color css
<style>
span { border-color: #9C2280; }
span { border-color: rgb(156,34,128); }
td.TdClassName
{
border-color: #9C2280;
}
.TagClassName
{
border-color: #9C2280;
}
</style>