Shades of Dark Purple #9C1682
Tints of Dark Purple #9C1682
RGB
CMYK
RGB Variations
Color information
#9C1682 (or 0x9C1682) is known color: Dark Purple. HEX triplet: 9C, 16 and 82. RGB value is (156,22,130). Sum of RGB (Red+Green+Blue) = 156+22+130=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1682 is #63E97D. Grayscale: #4A4A4A. Windows color (decimal): -6547838 or 8525468. OLE color: 8525468.
HSL color Cylindrical-coordinate representation of color #9C1682: hue angle of 311.64º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1682 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 130 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.39 |
| HSL | 311.64º | 0.75% | 0.35% | - |
| HSV(B) | 311.64º | 0.86% | 0.61% | - |
| XYZ | 18.03 | 9.25 | 21.96 | - |
| YUV | 74.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 130 | 0 | 0.86 | 0.17 | 0.39 | 311.64 | 0.75 | 0.35 |
| Hex | 9C | 16 | 82 | 0 | 56 | 11 | 27 | 138 | 4B | 23 |
| Octal | 234 | 26 | 202 | 0 | 126 | 21 | 47 | 470 | 113 | 43 |
| Binary | 10011100 | 10110 | 10000010 | 0 | 1010110 | 10001 | 100111 | 100111000 | 1001011 | 100011 |
Color Harmonies of #9C1682
Complementary color
Monochromatic Colors of #9C1682
Black with #9C1682
Text Example
Text Example
White with #9C1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1682; }
p { color: rgb(156,22,130); }
H1.HeaderClassName
{
color: #9C1682;
}
.AnyTagClassName
{
color: #9C1682;
}
</style>
background-color css
<style>
a { background-color: #9C1682; }
a { background-color: rgb(156,22,130); }
div.DivClassName
{
background-color: #9C1682;
}
.BgClassName
{
background-color: #9C1682;
}
</style>
border-color css
<style>
span { border-color: #9C1682; }
span { border-color: rgb(156,22,130); }
td.TdClassName
{
border-color: #9C1682;
}
.TagClassName
{
border-color: #9C1682;
}
</style>