Shades of Dark Purple #9C358A
Tints of Dark Purple #9C358A
RGB
CMYK
RGB Variations
Color information
#9C358A (or 0x9C358A) is known color: Dark Purple. HEX triplet: 9C, 35 and 8A. RGB value is (156,53,138). Sum of RGB (Red+Green+Blue) = 156+53+138=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C358A is #63CA75. Grayscale: #5D5D5D. Windows color (decimal): -6539894 or 9057692. OLE color: 9057692.
HSL color Cylindrical-coordinate representation of color #9C358A: hue angle of 310.49º 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 #9C358A is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 138 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.39 |
| HSL | 310.49º | 0.49% | 0.41% | - |
| HSV(B) | 310.49º | 0.66% | 0.61% | - |
| XYZ | 19.57 | 11.45 | 25.22 | - |
| YUV | 93.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 138 | 0 | 0.66 | 0.12 | 0.39 | 310.49 | 0.49 | 0.41 |
| Hex | 9C | 35 | 8A | 0 | 42 | C | 27 | 136 | 31 | 29 |
| Octal | 234 | 65 | 212 | 0 | 102 | 14 | 47 | 466 | 61 | 51 |
| Binary | 10011100 | 110101 | 10001010 | 0 | 1000010 | 1100 | 100111 | 100110110 | 110001 | 101001 |
Color Harmonies of #9C358A
Complementary color
Monochromatic Colors of #9C358A
Black with #9C358A
Text Example
Text Example
White with #9C358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C358A; }
p { color: rgb(156,53,138); }
H1.HeaderClassName
{
color: #9C358A;
}
.AnyTagClassName
{
color: #9C358A;
}
</style>
background-color css
<style>
a { background-color: #9C358A; }
a { background-color: rgb(156,53,138); }
div.DivClassName
{
background-color: #9C358A;
}
.BgClassName
{
background-color: #9C358A;
}
</style>
border-color css
<style>
span { border-color: #9C358A; }
span { border-color: rgb(156,53,138); }
td.TdClassName
{
border-color: #9C358A;
}
.TagClassName
{
border-color: #9C358A;
}
</style>