Shades of Dark Purple #90187E
Tints of Dark Purple #90187E
RGB
CMYK
RGB Variations
Color information
#90187E (or 0x90187E) is known color: Dark Purple. HEX triplet: 90, 18 and 7E. RGB value is (144,24,126). Sum of RGB (Red+Green+Blue) = 144+24+126=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #90187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90187E is #6FE781. Grayscale: #474747. Windows color (decimal): -7333762 or 8263824. OLE color: 8263824.
HSL color Cylindrical-coordinate representation of color #90187E: hue angle of 309º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90187E is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 126 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.44 |
| HSL | 309º | 0.71% | 0.33% | - |
| HSV(B) | 309º | 0.83% | 0.56% | - |
| XYZ | 15.59 | 8.09 | 20.48 | - |
| YUV | 71.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 126 | 0 | 0.83 | 0.12 | 0.44 | 309 | 0.71 | 0.33 |
| Hex | 90 | 18 | 7E | 0 | 53 | C | 2C | 135 | 47 | 21 |
| Octal | 220 | 30 | 176 | 0 | 123 | 14 | 54 | 465 | 107 | 41 |
| Binary | 10010000 | 11000 | 1111110 | 0 | 1010011 | 1100 | 101100 | 100110101 | 1000111 | 100001 |
Color Harmonies of #90187E
Complementary color
Monochromatic Colors of #90187E
Black with #90187E
Text Example
Text Example
White with #90187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90187E; }
p { color: rgb(144,24,126); }
H1.HeaderClassName
{
color: #90187E;
}
.AnyTagClassName
{
color: #90187E;
}
</style>
background-color css
<style>
a { background-color: #90187E; }
a { background-color: rgb(144,24,126); }
div.DivClassName
{
background-color: #90187E;
}
.BgClassName
{
background-color: #90187E;
}
</style>
border-color css
<style>
span { border-color: #90187E; }
span { border-color: rgb(144,24,126); }
td.TdClassName
{
border-color: #90187E;
}
.TagClassName
{
border-color: #90187E;
}
</style>