Shades of Dark Purple #9C2581
Tints of Dark Purple #9C2581
RGB
CMYK
RGB Variations
Color information
#9C2581 (or 0x9C2581) is known color: Dark Purple. HEX triplet: 9C, 25 and 81. RGB value is (156,37,129). Sum of RGB (Red+Green+Blue) = 156+37+129=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2581 is #63DA7E. Grayscale: #525252. Windows color (decimal): -6543999 or 8463772. OLE color: 8463772.
HSL color Cylindrical-coordinate representation of color #9C2581: hue angle of 313.61º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2581 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 129 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.39 |
| HSL | 313.61º | 0.62% | 0.38% | - |
| HSV(B) | 313.61º | 0.76% | 0.61% | - |
| XYZ | 18.33 | 9.98 | 21.73 | - |
| YUV | 83.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 129 | 0 | 0.76 | 0.17 | 0.39 | 313.61 | 0.62 | 0.38 |
| Hex | 9C | 25 | 81 | 0 | 4C | 11 | 27 | 13A | 3E | 26 |
| Octal | 234 | 45 | 201 | 0 | 114 | 21 | 47 | 472 | 76 | 46 |
| Binary | 10011100 | 100101 | 10000001 | 0 | 1001100 | 10001 | 100111 | 100111010 | 111110 | 100110 |
Color Harmonies of #9C2581
Complementary color
Monochromatic Colors of #9C2581
Black with #9C2581
Text Example
Text Example
White with #9C2581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2581; }
p { color: rgb(156,37,129); }
H1.HeaderClassName
{
color: #9C2581;
}
.AnyTagClassName
{
color: #9C2581;
}
</style>
background-color css
<style>
a { background-color: #9C2581; }
a { background-color: rgb(156,37,129); }
div.DivClassName
{
background-color: #9C2581;
}
.BgClassName
{
background-color: #9C2581;
}
</style>
border-color css
<style>
span { border-color: #9C2581; }
span { border-color: rgb(156,37,129); }
td.TdClassName
{
border-color: #9C2581;
}
.TagClassName
{
border-color: #9C2581;
}
</style>