Shades of Dark Purple #9C358B
Tints of Dark Purple #9C358B
RGB
CMYK
RGB Variations
Color information
#9C358B (or 0x9C358B) is known color: Dark Purple. HEX triplet: 9C, 35 and 8B. RGB value is (156,53,139). Sum of RGB (Red+Green+Blue) = 156+53+139=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C358B is #63CA74. Grayscale: #5D5D5D. Windows color (decimal): -6539893 or 9123228. OLE color: 9123228.
HSL color Cylindrical-coordinate representation of color #9C358B: hue angle of 309.9º 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 #9C358B is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 139 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.39 |
| HSL | 309.9º | 0.49% | 0.41% | - |
| HSV(B) | 309.9º | 0.66% | 0.61% | - |
| XYZ | 19.64 | 11.48 | 25.61 | - |
| YUV | 93.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 139 | 0 | 0.66 | 0.11 | 0.39 | 309.9 | 0.49 | 0.41 |
| Hex | 9C | 35 | 8B | 0 | 42 | B | 27 | 136 | 31 | 29 |
| Octal | 234 | 65 | 213 | 0 | 102 | 13 | 47 | 466 | 61 | 51 |
| Binary | 10011100 | 110101 | 10001011 | 0 | 1000010 | 1011 | 100111 | 100110110 | 110001 | 101001 |
Color Harmonies of #9C358B
Complementary color
Monochromatic Colors of #9C358B
Black with #9C358B
Text Example
Text Example
White with #9C358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C358B; }
p { color: rgb(156,53,139); }
H1.HeaderClassName
{
color: #9C358B;
}
.AnyTagClassName
{
color: #9C358B;
}
</style>
background-color css
<style>
a { background-color: #9C358B; }
a { background-color: rgb(156,53,139); }
div.DivClassName
{
background-color: #9C358B;
}
.BgClassName
{
background-color: #9C358B;
}
</style>
border-color css
<style>
span { border-color: #9C358B; }
span { border-color: rgb(156,53,139); }
td.TdClassName
{
border-color: #9C358B;
}
.TagClassName
{
border-color: #9C358B;
}
</style>