Shades of Dark Purple #90187B
Tints of Dark Purple #90187B
RGB
CMYK
RGB Variations
Color information
#90187B (or 0x90187B) is known color: Dark Purple. HEX triplet: 90, 18 and 7B. RGB value is (144,24,123). Sum of RGB (Red+Green+Blue) = 144+24+123=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90187B is #6FE784. Grayscale: #464646. Windows color (decimal): -7333765 or 8067216. OLE color: 8067216.
HSL color Cylindrical-coordinate representation of color #90187B: hue angle of 310.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 #90187B is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 123 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.44 |
| HSL | 310.5º | 0.71% | 0.33% | - |
| HSV(B) | 310.5º | 0.83% | 0.56% | - |
| XYZ | 15.4 | 8.01 | 19.47 | - |
| YUV | 71.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 123 | 0 | 0.83 | 0.15 | 0.44 | 310.5 | 0.71 | 0.33 |
| Hex | 90 | 18 | 7B | 0 | 53 | F | 2C | 136 | 47 | 21 |
| Octal | 220 | 30 | 173 | 0 | 123 | 17 | 54 | 466 | 107 | 41 |
| Binary | 10010000 | 11000 | 1111011 | 0 | 1010011 | 1111 | 101100 | 100110110 | 1000111 | 100001 |
Color Harmonies of #90187B
Complementary color
Monochromatic Colors of #90187B
Black with #90187B
Text Example
Text Example
White with #90187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90187B; }
p { color: rgb(144,24,123); }
H1.HeaderClassName
{
color: #90187B;
}
.AnyTagClassName
{
color: #90187B;
}
</style>
background-color css
<style>
a { background-color: #90187B; }
a { background-color: rgb(144,24,123); }
div.DivClassName
{
background-color: #90187B;
}
.BgClassName
{
background-color: #90187B;
}
</style>
border-color css
<style>
span { border-color: #90187B; }
span { border-color: rgb(144,24,123); }
td.TdClassName
{
border-color: #90187B;
}
.TagClassName
{
border-color: #90187B;
}
</style>