Shades of Dark Purple #90286E
Tints of Dark Purple #90286E
RGB
CMYK
RGB Variations
Color information
#90286E (or 0x90286E) is known color: Dark Purple. HEX triplet: 90, 28 and 6E. RGB value is (144,40,110). Sum of RGB (Red+Green+Blue) = 144+40+110=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #90286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90286E is #6FD791. Grayscale: #4E4E4E. Windows color (decimal): -7329682 or 7219344. OLE color: 7219344.
HSL color Cylindrical-coordinate representation of color #90286E: hue angle of 319.62º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90286E is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 110 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.44 |
| HSL | 319.62º | 0.57% | 0.36% | - |
| HSV(B) | 319.62º | 0.72% | 0.56% | - |
| XYZ | 15.07 | 8.57 | 15.61 | - |
| YUV | 79.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 110 | 0 | 0.72 | 0.24 | 0.44 | 319.62 | 0.57 | 0.36 |
| Hex | 90 | 28 | 6E | 0 | 48 | 18 | 2C | 140 | 39 | 24 |
| Octal | 220 | 50 | 156 | 0 | 110 | 30 | 54 | 500 | 71 | 44 |
| Binary | 10010000 | 101000 | 1101110 | 0 | 1001000 | 11000 | 101100 | 101000000 | 111001 | 100100 |
Color Harmonies of #90286E
Complementary color
Monochromatic Colors of #90286E
Black with #90286E
Text Example
Text Example
White with #90286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90286E; }
p { color: rgb(144,40,110); }
H1.HeaderClassName
{
color: #90286E;
}
.AnyTagClassName
{
color: #90286E;
}
</style>
background-color css
<style>
a { background-color: #90286E; }
a { background-color: rgb(144,40,110); }
div.DivClassName
{
background-color: #90286E;
}
.BgClassName
{
background-color: #90286E;
}
</style>
border-color css
<style>
span { border-color: #90286E; }
span { border-color: rgb(144,40,110); }
td.TdClassName
{
border-color: #90286E;
}
.TagClassName
{
border-color: #90286E;
}
</style>