Shades of Dark Purple #9C237F
Tints of Dark Purple #9C237F
RGB
CMYK
RGB Variations
Color information
#9C237F (or 0x9C237F) is known color: Dark Purple. HEX triplet: 9C, 23 and 7F. RGB value is (156,35,127). Sum of RGB (Red+Green+Blue) = 156+35+127=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C237F is #63DC80. Grayscale: #515151. Windows color (decimal): -6544513 or 8332188. OLE color: 8332188.
HSL color Cylindrical-coordinate representation of color #9C237F: hue angle of 314.38º 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 #9C237F is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 127 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.39 |
| HSL | 314.38º | 0.63% | 0.37% | - |
| HSV(B) | 314.38º | 0.78% | 0.61% | - |
| XYZ | 18.14 | 9.8 | 21.01 | - |
| YUV | 81.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 127 | 0 | 0.78 | 0.19 | 0.39 | 314.38 | 0.63 | 0.37 |
| Hex | 9C | 23 | 7F | 0 | 4E | 13 | 27 | 13A | 3F | 25 |
| Octal | 234 | 43 | 177 | 0 | 116 | 23 | 47 | 472 | 77 | 45 |
| Binary | 10011100 | 100011 | 1111111 | 0 | 1001110 | 10011 | 100111 | 100111010 | 111111 | 100101 |
Color Harmonies of #9C237F
Complementary color
Monochromatic Colors of #9C237F
Black with #9C237F
Text Example
Text Example
White with #9C237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C237F; }
p { color: rgb(156,35,127); }
H1.HeaderClassName
{
color: #9C237F;
}
.AnyTagClassName
{
color: #9C237F;
}
</style>
background-color css
<style>
a { background-color: #9C237F; }
a { background-color: rgb(156,35,127); }
div.DivClassName
{
background-color: #9C237F;
}
.BgClassName
{
background-color: #9C237F;
}
</style>
border-color css
<style>
span { border-color: #9C237F; }
span { border-color: rgb(156,35,127); }
td.TdClassName
{
border-color: #9C237F;
}
.TagClassName
{
border-color: #9C237F;
}
</style>