Shades of Dark Purple #90288A
Tints of Dark Purple #90288A
RGB
CMYK
RGB Variations
Color information
#90288A (or 0x90288A) is known color: Dark Purple. HEX triplet: 90, 28 and 8A. RGB value is (144,40,138). Sum of RGB (Red+Green+Blue) = 144+40+138=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90288A is #6FD775. Grayscale: #515151. Windows color (decimal): -7329654 or 9054352. OLE color: 9054352.
HSL color Cylindrical-coordinate representation of color #90288A: hue angle of 303.46º 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 #90288A is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 138 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.44 |
| HSL | 303.46º | 0.57% | 0.36% | - |
| HSV(B) | 303.46º | 0.72% | 0.56% | - |
| XYZ | 16.85 | 9.28 | 24.95 | - |
| YUV | 82.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 138 | 0 | 0.72 | 0.04 | 0.44 | 303.46 | 0.57 | 0.36 |
| Hex | 90 | 28 | 8A | 0 | 48 | 4 | 2C | 12F | 39 | 24 |
| Octal | 220 | 50 | 212 | 0 | 110 | 4 | 54 | 457 | 71 | 44 |
| Binary | 10010000 | 101000 | 10001010 | 0 | 1001000 | 100 | 101100 | 100101111 | 111001 | 100100 |
Color Harmonies of #90288A
Complementary color
Monochromatic Colors of #90288A
Black with #90288A
Text Example
Text Example
White with #90288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90288A; }
p { color: rgb(144,40,138); }
H1.HeaderClassName
{
color: #90288A;
}
.AnyTagClassName
{
color: #90288A;
}
</style>
background-color css
<style>
a { background-color: #90288A; }
a { background-color: rgb(144,40,138); }
div.DivClassName
{
background-color: #90288A;
}
.BgClassName
{
background-color: #90288A;
}
</style>
border-color css
<style>
span { border-color: #90288A; }
span { border-color: rgb(144,40,138); }
td.TdClassName
{
border-color: #90288A;
}
.TagClassName
{
border-color: #90288A;
}
</style>