Shades of Dark Purple #9C1983
Tints of Dark Purple #9C1983
RGB
CMYK
RGB Variations
Color information
#9C1983 (or 0x9C1983) is known color: Dark Purple. HEX triplet: 9C, 19 and 83. RGB value is (156,25,131). Sum of RGB (Red+Green+Blue) = 156+25+131=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1983 is #63E67C. Grayscale: #4B4B4B. Windows color (decimal): -6547069 or 8591772. OLE color: 8591772.
HSL color Cylindrical-coordinate representation of color #9C1983: hue angle of 311.45º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1983 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 131 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.39 |
| HSL | 311.45º | 0.72% | 0.35% | - |
| HSV(B) | 311.45º | 0.84% | 0.61% | - |
| XYZ | 18.15 | 9.4 | 22.33 | - |
| YUV | 76.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 131 | 0 | 0.84 | 0.16 | 0.39 | 311.45 | 0.72 | 0.35 |
| Hex | 9C | 19 | 83 | 0 | 54 | 10 | 27 | 137 | 48 | 23 |
| Octal | 234 | 31 | 203 | 0 | 124 | 20 | 47 | 467 | 110 | 43 |
| Binary | 10011100 | 11001 | 10000011 | 0 | 1010100 | 10000 | 100111 | 100110111 | 1001000 | 100011 |
Color Harmonies of #9C1983
Complementary color
Monochromatic Colors of #9C1983
Black with #9C1983
Text Example
Text Example
White with #9C1983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1983; }
p { color: rgb(156,25,131); }
H1.HeaderClassName
{
color: #9C1983;
}
.AnyTagClassName
{
color: #9C1983;
}
</style>
background-color css
<style>
a { background-color: #9C1983; }
a { background-color: rgb(156,25,131); }
div.DivClassName
{
background-color: #9C1983;
}
.BgClassName
{
background-color: #9C1983;
}
</style>
border-color css
<style>
span { border-color: #9C1983; }
span { border-color: rgb(156,25,131); }
td.TdClassName
{
border-color: #9C1983;
}
.TagClassName
{
border-color: #9C1983;
}
</style>