Shades of Dark Purple #90198C
Tints of Dark Purple #90198C
RGB
CMYK
RGB Variations
Color information
#90198C (or 0x90198C) is known color: Dark Purple. HEX triplet: 90, 19 and 8C. RGB value is (144,25,140). Sum of RGB (Red+Green+Blue) = 144+25+140=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90198C is #6FE673. Grayscale: #494949. Windows color (decimal): -7333492 or 9181584. OLE color: 9181584.
HSL color Cylindrical-coordinate representation of color #90198C: hue angle of 302.02º 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 #90198C is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 140 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.44 |
| HSL | 302.02º | 0.7% | 0.33% | - |
| HSV(B) | 302.02º | 0.83% | 0.56% | - |
| XYZ | 16.58 | 8.52 | 25.58 | - |
| YUV | 73.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 140 | 0 | 0.83 | 0.03 | 0.44 | 302.02 | 0.7 | 0.33 |
| Hex | 90 | 19 | 8C | 0 | 53 | 3 | 2C | 12E | 46 | 21 |
| Octal | 220 | 31 | 214 | 0 | 123 | 3 | 54 | 456 | 106 | 41 |
| Binary | 10010000 | 11001 | 10001100 | 0 | 1010011 | 11 | 101100 | 100101110 | 1000110 | 100001 |
Color Harmonies of #90198C
Complementary color
Monochromatic Colors of #90198C
Black with #90198C
Text Example
Text Example
White with #90198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90198C; }
p { color: rgb(144,25,140); }
H1.HeaderClassName
{
color: #90198C;
}
.AnyTagClassName
{
color: #90198C;
}
</style>
background-color css
<style>
a { background-color: #90198C; }
a { background-color: rgb(144,25,140); }
div.DivClassName
{
background-color: #90198C;
}
.BgClassName
{
background-color: #90198C;
}
</style>
border-color css
<style>
span { border-color: #90198C; }
span { border-color: rgb(144,25,140); }
td.TdClassName
{
border-color: #90198C;
}
.TagClassName
{
border-color: #90198C;
}
</style>