Shades of Dark Purple #90206C
Tints of Dark Purple #90206C
RGB
CMYK
RGB Variations
Color information
#90206C (or 0x90206C) is known color: Dark Purple. HEX triplet: 90, 20 and 6C. RGB value is (144,32,108). Sum of RGB (Red+Green+Blue) = 144+32+108=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #90206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90206C is #6FDF93. Grayscale: #494949. Windows color (decimal): -7331732 or 7086224. OLE color: 7086224.
HSL color Cylindrical-coordinate representation of color #90206C: hue angle of 319.29º 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 #90206C is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 108 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.44 |
| HSL | 319.29º | 0.64% | 0.35% | - |
| HSV(B) | 319.29º | 0.78% | 0.56% | - |
| XYZ | 14.72 | 8.05 | 14.96 | - |
| YUV | 74.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 108 | 0 | 0.78 | 0.25 | 0.44 | 319.29 | 0.64 | 0.35 |
| Hex | 90 | 20 | 6C | 0 | 4E | 19 | 2C | 13F | 40 | 23 |
| Octal | 220 | 40 | 154 | 0 | 116 | 31 | 54 | 477 | 100 | 43 |
| Binary | 10010000 | 100000 | 1101100 | 0 | 1001110 | 11001 | 101100 | 100111111 | 1000000 | 100011 |
Color Harmonies of #90206C
Complementary color
Monochromatic Colors of #90206C
Black with #90206C
Text Example
Text Example
White with #90206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90206C; }
p { color: rgb(144,32,108); }
H1.HeaderClassName
{
color: #90206C;
}
.AnyTagClassName
{
color: #90206C;
}
</style>
background-color css
<style>
a { background-color: #90206C; }
a { background-color: rgb(144,32,108); }
div.DivClassName
{
background-color: #90206C;
}
.BgClassName
{
background-color: #90206C;
}
</style>
border-color css
<style>
span { border-color: #90206C; }
span { border-color: rgb(144,32,108); }
td.TdClassName
{
border-color: #90206C;
}
.TagClassName
{
border-color: #90206C;
}
</style>