Shades of Dark Purple #90286D
Tints of Dark Purple #90286D
RGB
CMYK
RGB Variations
Color information
#90286D (or 0x90286D) is known color: Dark Purple. HEX triplet: 90, 28 and 6D. RGB value is (144,40,109). Sum of RGB (Red+Green+Blue) = 144+40+109=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90286D is #6FD792. Grayscale: #4E4E4E. Windows color (decimal): -7329683 or 7153808. OLE color: 7153808.
HSL color Cylindrical-coordinate representation of color #90286D: hue angle of 320.19º 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 #90286D is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 109 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.44 |
| HSL | 320.19º | 0.57% | 0.36% | - |
| HSV(B) | 320.19º | 0.72% | 0.56% | - |
| XYZ | 15.02 | 8.55 | 15.33 | - |
| YUV | 78.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 109 | 0 | 0.72 | 0.24 | 0.44 | 320.19 | 0.57 | 0.36 |
| Hex | 90 | 28 | 6D | 0 | 48 | 18 | 2C | 140 | 39 | 24 |
| Octal | 220 | 50 | 155 | 0 | 110 | 30 | 54 | 500 | 71 | 44 |
| Binary | 10010000 | 101000 | 1101101 | 0 | 1001000 | 11000 | 101100 | 101000000 | 111001 | 100100 |
Color Harmonies of #90286D
Complementary color
Monochromatic Colors of #90286D
Black with #90286D
Text Example
Text Example
White with #90286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90286D; }
p { color: rgb(144,40,109); }
H1.HeaderClassName
{
color: #90286D;
}
.AnyTagClassName
{
color: #90286D;
}
</style>
background-color css
<style>
a { background-color: #90286D; }
a { background-color: rgb(144,40,109); }
div.DivClassName
{
background-color: #90286D;
}
.BgClassName
{
background-color: #90286D;
}
</style>
border-color css
<style>
span { border-color: #90286D; }
span { border-color: rgb(144,40,109); }
td.TdClassName
{
border-color: #90286D;
}
.TagClassName
{
border-color: #90286D;
}
</style>