Shades of Dark Purple #90208F
Tints of Dark Purple #90208F
RGB
CMYK
RGB Variations
Color information
#90208F (or 0x90208F) is known color: Dark Purple. HEX triplet: 90, 20 and 8F. RGB value is (144,32,143). Sum of RGB (Red+Green+Blue) = 144+32+143=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90208F is #6FDF70. Grayscale: #4D4D4D. Windows color (decimal): -7331697 or 9379984. OLE color: 9379984.
HSL color Cylindrical-coordinate representation of color #90208F: hue angle of 300.54º 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 #90208F is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 143 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.44 |
| HSL | 300.54º | 0.64% | 0.35% | - |
| HSV(B) | 300.54º | 0.78% | 0.56% | - |
| XYZ | 16.98 | 8.95 | 26.82 | - |
| YUV | 78.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 143 | 0 | 0.78 | 0.01 | 0.44 | 300.54 | 0.64 | 0.35 |
| Hex | 90 | 20 | 8F | 0 | 4E | 1 | 2C | 12D | 40 | 23 |
| Octal | 220 | 40 | 217 | 0 | 116 | 1 | 54 | 455 | 100 | 43 |
| Binary | 10010000 | 100000 | 10001111 | 0 | 1001110 | 1 | 101100 | 100101101 | 1000000 | 100011 |
Color Harmonies of #90208F
Complementary color
Monochromatic Colors of #90208F
Black with #90208F
Text Example
Text Example
White with #90208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90208F; }
p { color: rgb(144,32,143); }
H1.HeaderClassName
{
color: #90208F;
}
.AnyTagClassName
{
color: #90208F;
}
</style>
background-color css
<style>
a { background-color: #90208F; }
a { background-color: rgb(144,32,143); }
div.DivClassName
{
background-color: #90208F;
}
.BgClassName
{
background-color: #90208F;
}
</style>
border-color css
<style>
span { border-color: #90208F; }
span { border-color: rgb(144,32,143); }
td.TdClassName
{
border-color: #90208F;
}
.TagClassName
{
border-color: #90208F;
}
</style>