Shades of Dark Purple #90187D
Tints of Dark Purple #90187D
RGB
CMYK
RGB Variations
Color information
#90187D (or 0x90187D) is known color: Dark Purple. HEX triplet: 90, 18 and 7D. RGB value is (144,24,125). Sum of RGB (Red+Green+Blue) = 144+24+125=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90187D is #6FE782. Grayscale: #474747. Windows color (decimal): -7333763 or 8198288. OLE color: 8198288.
HSL color Cylindrical-coordinate representation of color #90187D: hue angle of 309.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 #90187D is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 125 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.44 |
| HSL | 309.5º | 0.71% | 0.33% | - |
| HSV(B) | 309.5º | 0.83% | 0.56% | - |
| XYZ | 15.53 | 8.06 | 20.14 | - |
| YUV | 71.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 125 | 0 | 0.83 | 0.13 | 0.44 | 309.5 | 0.71 | 0.33 |
| Hex | 90 | 18 | 7D | 0 | 53 | D | 2C | 136 | 47 | 21 |
| Octal | 220 | 30 | 175 | 0 | 123 | 15 | 54 | 466 | 107 | 41 |
| Binary | 10010000 | 11000 | 1111101 | 0 | 1010011 | 1101 | 101100 | 100110110 | 1000111 | 100001 |
Color Harmonies of #90187D
Complementary color
Monochromatic Colors of #90187D
Black with #90187D
Text Example
Text Example
White with #90187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90187D; }
p { color: rgb(144,24,125); }
H1.HeaderClassName
{
color: #90187D;
}
.AnyTagClassName
{
color: #90187D;
}
</style>
background-color css
<style>
a { background-color: #90187D; }
a { background-color: rgb(144,24,125); }
div.DivClassName
{
background-color: #90187D;
}
.BgClassName
{
background-color: #90187D;
}
</style>
border-color css
<style>
span { border-color: #90187D; }
span { border-color: rgb(144,24,125); }
td.TdClassName
{
border-color: #90187D;
}
.TagClassName
{
border-color: #90187D;
}
</style>