Shades of Dark Purple #90197C
Tints of Dark Purple #90197C
RGB
CMYK
RGB Variations
Color information
#90197C (or 0x90197C) is known color: Dark Purple. HEX triplet: 90, 19 and 7C. RGB value is (144,25,124). Sum of RGB (Red+Green+Blue) = 144+25+124=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90197C is #6FE683. Grayscale: #474747. Windows color (decimal): -7333508 or 8133008. OLE color: 8133008.
HSL color Cylindrical-coordinate representation of color #90197C: hue angle of 310.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 #90197C is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 124 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.44 |
| HSL | 310.08º | 0.7% | 0.33% | - |
| HSV(B) | 310.08º | 0.83% | 0.56% | - |
| XYZ | 15.49 | 8.08 | 19.81 | - |
| YUV | 71.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 124 | 0 | 0.83 | 0.14 | 0.44 | 310.08 | 0.7 | 0.33 |
| Hex | 90 | 19 | 7C | 0 | 53 | E | 2C | 136 | 46 | 21 |
| Octal | 220 | 31 | 174 | 0 | 123 | 16 | 54 | 466 | 106 | 41 |
| Binary | 10010000 | 11001 | 1111100 | 0 | 1010011 | 1110 | 101100 | 100110110 | 1000110 | 100001 |
Color Harmonies of #90197C
Complementary color
Monochromatic Colors of #90197C
Black with #90197C
Text Example
Text Example
White with #90197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90197C; }
p { color: rgb(144,25,124); }
H1.HeaderClassName
{
color: #90197C;
}
.AnyTagClassName
{
color: #90197C;
}
</style>
background-color css
<style>
a { background-color: #90197C; }
a { background-color: rgb(144,25,124); }
div.DivClassName
{
background-color: #90197C;
}
.BgClassName
{
background-color: #90197C;
}
</style>
border-color css
<style>
span { border-color: #90197C; }
span { border-color: rgb(144,25,124); }
td.TdClassName
{
border-color: #90197C;
}
.TagClassName
{
border-color: #90197C;
}
</style>