Shades of Dark Purple #90208C
Tints of Dark Purple #90208C
RGB
CMYK
RGB Variations
Color information
#90208C (or 0x90208C) is known color: Dark Purple. HEX triplet: 90, 20 and 8C. RGB value is (144,32,140). Sum of RGB (Red+Green+Blue) = 144+32+140=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #90208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90208C is #6FDF73. Grayscale: #4D4D4D. Windows color (decimal): -7331700 or 9183376. OLE color: 9183376.
HSL color Cylindrical-coordinate representation of color #90208C: hue angle of 302.14º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90208C is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 140 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.44 |
| HSL | 302.14º | 0.64% | 0.35% | - |
| HSV(B) | 302.14º | 0.78% | 0.56% | - |
| XYZ | 16.75 | 8.86 | 25.64 | - |
| YUV | 77.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 140 | 0 | 0.78 | 0.03 | 0.44 | 302.14 | 0.64 | 0.35 |
| Hex | 90 | 20 | 8C | 0 | 4E | 3 | 2C | 12E | 40 | 23 |
| Octal | 220 | 40 | 214 | 0 | 116 | 3 | 54 | 456 | 100 | 43 |
| Binary | 10010000 | 100000 | 10001100 | 0 | 1001110 | 11 | 101100 | 100101110 | 1000000 | 100011 |
Color Harmonies of #90208C
Complementary color
Monochromatic Colors of #90208C
Black with #90208C
Text Example
Text Example
White with #90208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90208C; }
p { color: rgb(144,32,140); }
H1.HeaderClassName
{
color: #90208C;
}
.AnyTagClassName
{
color: #90208C;
}
</style>
background-color css
<style>
a { background-color: #90208C; }
a { background-color: rgb(144,32,140); }
div.DivClassName
{
background-color: #90208C;
}
.BgClassName
{
background-color: #90208C;
}
</style>
border-color css
<style>
span { border-color: #90208C; }
span { border-color: rgb(144,32,140); }
td.TdClassName
{
border-color: #90208C;
}
.TagClassName
{
border-color: #90208C;
}
</style>