Shades of Dark Purple #90197E
Tints of Dark Purple #90197E
RGB
CMYK
RGB Variations
Color information
#90197E (or 0x90197E) is known color: Dark Purple. HEX triplet: 90, 19 and 7E. RGB value is (144,25,126). Sum of RGB (Red+Green+Blue) = 144+25+126=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #90197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90197E is #6FE681. Grayscale: #474747. Windows color (decimal): -7333506 or 8264080. OLE color: 8264080.
HSL color Cylindrical-coordinate representation of color #90197E: hue angle of 309.08º degrees, saturation: 0.7, 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 #90197E is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 126 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.44 |
| HSL | 309.08º | 0.7% | 0.33% | - |
| HSV(B) | 309.08º | 0.83% | 0.56% | - |
| XYZ | 15.62 | 8.13 | 20.49 | - |
| YUV | 72.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 126 | 0 | 0.83 | 0.12 | 0.44 | 309.08 | 0.7 | 0.33 |
| Hex | 90 | 19 | 7E | 0 | 53 | C | 2C | 135 | 46 | 21 |
| Octal | 220 | 31 | 176 | 0 | 123 | 14 | 54 | 465 | 106 | 41 |
| Binary | 10010000 | 11001 | 1111110 | 0 | 1010011 | 1100 | 101100 | 100110101 | 1000110 | 100001 |
Color Harmonies of #90197E
Complementary color
Monochromatic Colors of #90197E
Black with #90197E
Text Example
Text Example
White with #90197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90197E; }
p { color: rgb(144,25,126); }
H1.HeaderClassName
{
color: #90197E;
}
.AnyTagClassName
{
color: #90197E;
}
</style>
background-color css
<style>
a { background-color: #90197E; }
a { background-color: rgb(144,25,126); }
div.DivClassName
{
background-color: #90197E;
}
.BgClassName
{
background-color: #90197E;
}
</style>
border-color css
<style>
span { border-color: #90197E; }
span { border-color: rgb(144,25,126); }
td.TdClassName
{
border-color: #90197E;
}
.TagClassName
{
border-color: #90197E;
}
</style>