Shades of Dark Purple #9C358E
Tints of Dark Purple #9C358E
RGB
CMYK
RGB Variations
Color information
#9C358E (or 0x9C358E) is known color: Dark Purple. HEX triplet: 9C, 35 and 8E. RGB value is (156,53,142). Sum of RGB (Red+Green+Blue) = 156+53+142=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C358E is #63CA71. Grayscale: #5D5D5D. Windows color (decimal): -6539890 or 9319836. OLE color: 9319836.
HSL color Cylindrical-coordinate representation of color #9C358E: hue angle of 308.16º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C358E is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 142 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.39 |
| HSL | 308.16º | 0.49% | 0.41% | - |
| HSV(B) | 308.16º | 0.66% | 0.61% | - |
| XYZ | 19.87 | 11.57 | 26.78 | - |
| YUV | 93.94 | 155.12 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 142 | 0 | 0.66 | 0.09 | 0.39 | 308.16 | 0.49 | 0.41 |
| Hex | 9C | 35 | 8E | 0 | 42 | 9 | 27 | 134 | 31 | 29 |
| Octal | 234 | 65 | 216 | 0 | 102 | 11 | 47 | 464 | 61 | 51 |
| Binary | 10011100 | 110101 | 10001110 | 0 | 1000010 | 1001 | 100111 | 100110100 | 110001 | 101001 |
Color Harmonies of #9C358E
Complementary color
Monochromatic Colors of #9C358E
Black with #9C358E
Text Example
Text Example
White with #9C358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C358E; }
p { color: rgb(156,53,142); }
H1.HeaderClassName
{
color: #9C358E;
}
.AnyTagClassName
{
color: #9C358E;
}
</style>
background-color css
<style>
a { background-color: #9C358E; }
a { background-color: rgb(156,53,142); }
div.DivClassName
{
background-color: #9C358E;
}
.BgClassName
{
background-color: #9C358E;
}
</style>
border-color css
<style>
span { border-color: #9C358E; }
span { border-color: rgb(156,53,142); }
td.TdClassName
{
border-color: #9C358E;
}
.TagClassName
{
border-color: #9C358E;
}
</style>