Shades of Dark Purple #90287B
Tints of Dark Purple #90287B
RGB
CMYK
RGB Variations
Color information
#90287B (or 0x90287B) is known color: Dark Purple. HEX triplet: 90, 28 and 7B. RGB value is (144,40,123). Sum of RGB (Red+Green+Blue) = 144+40+123=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90287B is #6FD784. Grayscale: #505050. Windows color (decimal): -7329669 or 8071312. OLE color: 8071312.
HSL color Cylindrical-coordinate representation of color #90287B: hue angle of 312.12º 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 #90287B is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 123 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.44 |
| HSL | 312.12º | 0.57% | 0.36% | - |
| HSV(B) | 312.12º | 0.72% | 0.56% | - |
| XYZ | 15.84 | 8.88 | 19.62 | - |
| YUV | 80.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 123 | 0 | 0.72 | 0.15 | 0.44 | 312.12 | 0.57 | 0.36 |
| Hex | 90 | 28 | 7B | 0 | 48 | F | 2C | 138 | 39 | 24 |
| Octal | 220 | 50 | 173 | 0 | 110 | 17 | 54 | 470 | 71 | 44 |
| Binary | 10010000 | 101000 | 1111011 | 0 | 1001000 | 1111 | 101100 | 100111000 | 111001 | 100100 |
Color Harmonies of #90287B
Complementary color
Monochromatic Colors of #90287B
Black with #90287B
Text Example
Text Example
White with #90287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90287B; }
p { color: rgb(144,40,123); }
H1.HeaderClassName
{
color: #90287B;
}
.AnyTagClassName
{
color: #90287B;
}
</style>
background-color css
<style>
a { background-color: #90287B; }
a { background-color: rgb(144,40,123); }
div.DivClassName
{
background-color: #90287B;
}
.BgClassName
{
background-color: #90287B;
}
</style>
border-color css
<style>
span { border-color: #90287B; }
span { border-color: rgb(144,40,123); }
td.TdClassName
{
border-color: #90287B;
}
.TagClassName
{
border-color: #90287B;
}
</style>