Shades of Dark Purple #9C2382
Tints of Dark Purple #9C2382
RGB
CMYK
RGB Variations
Color information
#9C2382 (or 0x9C2382) is known color: Dark Purple. HEX triplet: 9C, 23 and 82. RGB value is (156,35,130). Sum of RGB (Red+Green+Blue) = 156+35+130=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2382 is #63DC7D. Grayscale: #515151. Windows color (decimal): -6544510 or 8528796. OLE color: 8528796.
HSL color Cylindrical-coordinate representation of color #9C2382: hue angle of 312.89º degrees, saturation: 0.63, 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 #9C2382 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 130 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.39 |
| HSL | 312.89º | 0.63% | 0.37% | - |
| HSV(B) | 312.89º | 0.78% | 0.61% | - |
| XYZ | 18.34 | 9.88 | 22.06 | - |
| YUV | 82.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 130 | 0 | 0.78 | 0.17 | 0.39 | 312.89 | 0.63 | 0.37 |
| Hex | 9C | 23 | 82 | 0 | 4E | 11 | 27 | 139 | 3F | 25 |
| Octal | 234 | 43 | 202 | 0 | 116 | 21 | 47 | 471 | 77 | 45 |
| Binary | 10011100 | 100011 | 10000010 | 0 | 1001110 | 10001 | 100111 | 100111001 | 111111 | 100101 |
Color Harmonies of #9C2382
Complementary color
Monochromatic Colors of #9C2382
Black with #9C2382
Text Example
Text Example
White with #9C2382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2382; }
p { color: rgb(156,35,130); }
H1.HeaderClassName
{
color: #9C2382;
}
.AnyTagClassName
{
color: #9C2382;
}
</style>
background-color css
<style>
a { background-color: #9C2382; }
a { background-color: rgb(156,35,130); }
div.DivClassName
{
background-color: #9C2382;
}
.BgClassName
{
background-color: #9C2382;
}
</style>
border-color css
<style>
span { border-color: #9C2382; }
span { border-color: rgb(156,35,130); }
td.TdClassName
{
border-color: #9C2382;
}
.TagClassName
{
border-color: #9C2382;
}
</style>