Shades of Dark Purple #90206B
Tints of Dark Purple #90206B
RGB
CMYK
RGB Variations
Color information
#90206B (or 0x90206B) is known color: Dark Purple. HEX triplet: 90, 20 and 6B. RGB value is (144,32,107). Sum of RGB (Red+Green+Blue) = 144+32+107=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #90206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90206B is #6FDF94. Grayscale: #494949. Windows color (decimal): -7331733 or 7020688. OLE color: 7020688.
HSL color Cylindrical-coordinate representation of color #90206B: hue angle of 319.82º 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 #90206B is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 107 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.44 |
| HSL | 319.82º | 0.64% | 0.35% | - |
| HSV(B) | 319.82º | 0.78% | 0.56% | - |
| XYZ | 14.67 | 8.02 | 14.69 | - |
| YUV | 74.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 107 | 0 | 0.78 | 0.26 | 0.44 | 319.82 | 0.64 | 0.35 |
| Hex | 90 | 20 | 6B | 0 | 4E | 1A | 2C | 140 | 40 | 23 |
| Octal | 220 | 40 | 153 | 0 | 116 | 32 | 54 | 500 | 100 | 43 |
| Binary | 10010000 | 100000 | 1101011 | 0 | 1001110 | 11010 | 101100 | 101000000 | 1000000 | 100011 |
Color Harmonies of #90206B
Complementary color
Monochromatic Colors of #90206B
Black with #90206B
Text Example
Text Example
White with #90206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90206B; }
p { color: rgb(144,32,107); }
H1.HeaderClassName
{
color: #90206B;
}
.AnyTagClassName
{
color: #90206B;
}
</style>
background-color css
<style>
a { background-color: #90206B; }
a { background-color: rgb(144,32,107); }
div.DivClassName
{
background-color: #90206B;
}
.BgClassName
{
background-color: #90206B;
}
</style>
border-color css
<style>
span { border-color: #90206B; }
span { border-color: rgb(144,32,107); }
td.TdClassName
{
border-color: #90206B;
}
.TagClassName
{
border-color: #90206B;
}
</style>