Shades of Dark Purple #90207F
Tints of Dark Purple #90207F
RGB
CMYK
RGB Variations
Color information
#90207F (or 0x90207F) is known color: Dark Purple. HEX triplet: 90, 20 and 7F. RGB value is (144,32,127). Sum of RGB (Red+Green+Blue) = 144+32+127=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90207F is #6FDF80. Grayscale: #4C4C4C. Windows color (decimal): -7331713 or 8331408. OLE color: 8331408.
HSL color Cylindrical-coordinate representation of color #90207F: hue angle of 309.11º 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 #90207F is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 127 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.44 |
| HSL | 309.11º | 0.64% | 0.35% | - |
| HSV(B) | 309.11º | 0.78% | 0.56% | - |
| XYZ | 15.85 | 8.49 | 20.88 | - |
| YUV | 76.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 127 | 0 | 0.78 | 0.12 | 0.44 | 309.11 | 0.64 | 0.35 |
| Hex | 90 | 20 | 7F | 0 | 4E | C | 2C | 135 | 40 | 23 |
| Octal | 220 | 40 | 177 | 0 | 116 | 14 | 54 | 465 | 100 | 43 |
| Binary | 10010000 | 100000 | 1111111 | 0 | 1001110 | 1100 | 101100 | 100110101 | 1000000 | 100011 |
Color Harmonies of #90207F
Complementary color
Monochromatic Colors of #90207F
Black with #90207F
Text Example
Text Example
White with #90207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90207F; }
p { color: rgb(144,32,127); }
H1.HeaderClassName
{
color: #90207F;
}
.AnyTagClassName
{
color: #90207F;
}
</style>
background-color css
<style>
a { background-color: #90207F; }
a { background-color: rgb(144,32,127); }
div.DivClassName
{
background-color: #90207F;
}
.BgClassName
{
background-color: #90207F;
}
</style>
border-color css
<style>
span { border-color: #90207F; }
span { border-color: rgb(144,32,127); }
td.TdClassName
{
border-color: #90207F;
}
.TagClassName
{
border-color: #90207F;
}
</style>