Shades of Dark Purple #90187F
Tints of Dark Purple #90187F
RGB
CMYK
RGB Variations
Color information
#90187F (or 0x90187F) is known color: Dark Purple. HEX triplet: 90, 18 and 7F. RGB value is (144,24,127). Sum of RGB (Red+Green+Blue) = 144+24+127=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #90187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90187F is #6FE780. Grayscale: #474747. Windows color (decimal): -7333761 or 8329360. OLE color: 8329360.
HSL color Cylindrical-coordinate representation of color #90187F: hue angle of 308.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90187F is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 127 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.44 |
| HSL | 308.5º | 0.71% | 0.33% | - |
| HSV(B) | 308.5º | 0.83% | 0.56% | - |
| XYZ | 15.66 | 8.11 | 20.82 | - |
| YUV | 71.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 127 | 0 | 0.83 | 0.12 | 0.44 | 308.5 | 0.71 | 0.33 |
| Hex | 90 | 18 | 7F | 0 | 53 | C | 2C | 134 | 47 | 21 |
| Octal | 220 | 30 | 177 | 0 | 123 | 14 | 54 | 464 | 107 | 41 |
| Binary | 10010000 | 11000 | 1111111 | 0 | 1010011 | 1100 | 101100 | 100110100 | 1000111 | 100001 |
Color Harmonies of #90187F
Complementary color
Monochromatic Colors of #90187F
Black with #90187F
Text Example
Text Example
White with #90187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90187F; }
p { color: rgb(144,24,127); }
H1.HeaderClassName
{
color: #90187F;
}
.AnyTagClassName
{
color: #90187F;
}
</style>
background-color css
<style>
a { background-color: #90187F; }
a { background-color: rgb(144,24,127); }
div.DivClassName
{
background-color: #90187F;
}
.BgClassName
{
background-color: #90187F;
}
</style>
border-color css
<style>
span { border-color: #90187F; }
span { border-color: rgb(144,24,127); }
td.TdClassName
{
border-color: #90187F;
}
.TagClassName
{
border-color: #90187F;
}
</style>