Shades of Dark Purple #9C1D90
Tints of Dark Purple #9C1D90
RGB
CMYK
RGB Variations
Color information
#9C1D90 (or 0x9C1D90) is known color: Dark Purple. HEX triplet: 9C, 1D and 90. RGB value is (156,29,144). Sum of RGB (Red+Green+Blue) = 156+29+144=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1D90 is #63E26F. Grayscale: #4F4F4F. Windows color (decimal): -6546032 or 9444764. OLE color: 9444764.
HSL color Cylindrical-coordinate representation of color #9C1D90: hue angle of 305.67º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1D90 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 29 | 144 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.39 |
| HSL | 305.67º | 0.69% | 0.36% | - |
| HSV(B) | 305.67º | 0.81% | 0.61% | - |
| XYZ | 19.18 | 9.96 | 27.3 | - |
| YUV | 80.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 144 | 0 | 0.81 | 0.08 | 0.39 | 305.67 | 0.69 | 0.36 |
| Hex | 9C | 1D | 90 | 0 | 51 | 8 | 27 | 132 | 45 | 24 |
| Octal | 234 | 35 | 220 | 0 | 121 | 10 | 47 | 462 | 105 | 44 |
| Binary | 10011100 | 11101 | 10010000 | 0 | 1010001 | 1000 | 100111 | 100110010 | 1000101 | 100100 |
Color Harmonies of #9C1D90
Complementary color
Monochromatic Colors of #9C1D90
Black with #9C1D90
Text Example
Text Example
White with #9C1D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1D90; }
p { color: rgb(156,29,144); }
H1.HeaderClassName
{
color: #9C1D90;
}
.AnyTagClassName
{
color: #9C1D90;
}
</style>
background-color css
<style>
a { background-color: #9C1D90; }
a { background-color: rgb(156,29,144); }
div.DivClassName
{
background-color: #9C1D90;
}
.BgClassName
{
background-color: #9C1D90;
}
</style>
border-color css
<style>
span { border-color: #9C1D90; }
span { border-color: rgb(156,29,144); }
td.TdClassName
{
border-color: #9C1D90;
}
.TagClassName
{
border-color: #9C1D90;
}
</style>