Shades of Dark Purple #90286F
Tints of Dark Purple #90286F
RGB
CMYK
RGB Variations
Color information
#90286F (or 0x90286F) is known color: Dark Purple. HEX triplet: 90, 28 and 6F. RGB value is (144,40,111). Sum of RGB (Red+Green+Blue) = 144+40+111=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #90286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90286F is #6FD790. Grayscale: #4F4F4F. Windows color (decimal): -7329681 or 7284880. OLE color: 7284880.
HSL color Cylindrical-coordinate representation of color #90286F: hue angle of 319.04º 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 #90286F is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 111 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.44 |
| HSL | 319.04º | 0.57% | 0.36% | - |
| HSV(B) | 319.04º | 0.72% | 0.56% | - |
| XYZ | 15.13 | 8.59 | 15.9 | - |
| YUV | 79.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 111 | 0 | 0.72 | 0.23 | 0.44 | 319.04 | 0.57 | 0.36 |
| Hex | 90 | 28 | 6F | 0 | 48 | 17 | 2C | 13F | 39 | 24 |
| Octal | 220 | 50 | 157 | 0 | 110 | 27 | 54 | 477 | 71 | 44 |
| Binary | 10010000 | 101000 | 1101111 | 0 | 1001000 | 10111 | 101100 | 100111111 | 111001 | 100100 |
Color Harmonies of #90286F
Complementary color
Monochromatic Colors of #90286F
Black with #90286F
Text Example
Text Example
White with #90286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90286F; }
p { color: rgb(144,40,111); }
H1.HeaderClassName
{
color: #90286F;
}
.AnyTagClassName
{
color: #90286F;
}
</style>
background-color css
<style>
a { background-color: #90286F; }
a { background-color: rgb(144,40,111); }
div.DivClassName
{
background-color: #90286F;
}
.BgClassName
{
background-color: #90286F;
}
</style>
border-color css
<style>
span { border-color: #90286F; }
span { border-color: rgb(144,40,111); }
td.TdClassName
{
border-color: #90286F;
}
.TagClassName
{
border-color: #90286F;
}
</style>