Shades of Dark Purple #9C368D
Tints of Dark Purple #9C368D
RGB
CMYK
RGB Variations
Color information
#9C368D (or 0x9C368D) is known color: Dark Purple. HEX triplet: 9C, 36 and 8D. RGB value is (156,54,141). Sum of RGB (Red+Green+Blue) = 156+54+141=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C368D is #63C972. Grayscale: #5E5E5E. Windows color (decimal): -6539635 or 9254556. OLE color: 9254556.
HSL color Cylindrical-coordinate representation of color #9C368D: hue angle of 308.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C368D is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 141 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.39 |
| HSL | 308.82º | 0.49% | 0.41% | - |
| HSV(B) | 308.82º | 0.65% | 0.61% | - |
| XYZ | 19.84 | 11.63 | 26.4 | - |
| YUV | 94.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 141 | 0 | 0.65 | 0.10 | 0.39 | 308.82 | 0.49 | 0.41 |
| Hex | 9C | 36 | 8D | 0 | 41 | A | 27 | 135 | 31 | 29 |
| Octal | 234 | 66 | 215 | 0 | 101 | 12 | 47 | 465 | 61 | 51 |
| Binary | 10011100 | 110110 | 10001101 | 0 | 1000001 | 1010 | 100111 | 100110101 | 110001 | 101001 |
Color Harmonies of #9C368D
Complementary color
Monochromatic Colors of #9C368D
Black with #9C368D
Text Example
Text Example
White with #9C368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C368D; }
p { color: rgb(156,54,141); }
H1.HeaderClassName
{
color: #9C368D;
}
.AnyTagClassName
{
color: #9C368D;
}
</style>
background-color css
<style>
a { background-color: #9C368D; }
a { background-color: rgb(156,54,141); }
div.DivClassName
{
background-color: #9C368D;
}
.BgClassName
{
background-color: #9C368D;
}
</style>
border-color css
<style>
span { border-color: #9C368D; }
span { border-color: rgb(156,54,141); }
td.TdClassName
{
border-color: #9C368D;
}
.TagClassName
{
border-color: #9C368D;
}
</style>