Shades of Dark Purple #90167C
Tints of Dark Purple #90167C
RGB
CMYK
RGB Variations
Color information
#90167C (or 0x90167C) is known color: Dark Purple. HEX triplet: 90, 16 and 7C. RGB value is (144,22,124). Sum of RGB (Red+Green+Blue) = 144+22+124=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90167C is #6FE983. Grayscale: #454545. Windows color (decimal): -7334276 or 8132240. OLE color: 8132240.
HSL color Cylindrical-coordinate representation of color #90167C: hue angle of 309.84º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90167C is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 124 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.44 |
| HSL | 309.84º | 0.73% | 0.33% | - |
| HSV(B) | 309.84º | 0.85% | 0.56% | - |
| XYZ | 15.43 | 7.96 | 19.79 | - |
| YUV | 70.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 124 | 0 | 0.85 | 0.14 | 0.44 | 309.84 | 0.73 | 0.33 |
| Hex | 90 | 16 | 7C | 0 | 55 | E | 2C | 136 | 49 | 21 |
| Octal | 220 | 26 | 174 | 0 | 125 | 16 | 54 | 466 | 111 | 41 |
| Binary | 10010000 | 10110 | 1111100 | 0 | 1010101 | 1110 | 101100 | 100110110 | 1001001 | 100001 |
Color Harmonies of #90167C
Complementary color
Monochromatic Colors of #90167C
Black with #90167C
Text Example
Text Example
White with #90167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90167C; }
p { color: rgb(144,22,124); }
H1.HeaderClassName
{
color: #90167C;
}
.AnyTagClassName
{
color: #90167C;
}
</style>
background-color css
<style>
a { background-color: #90167C; }
a { background-color: rgb(144,22,124); }
div.DivClassName
{
background-color: #90167C;
}
.BgClassName
{
background-color: #90167C;
}
</style>
border-color css
<style>
span { border-color: #90167C; }
span { border-color: rgb(144,22,124); }
td.TdClassName
{
border-color: #90167C;
}
.TagClassName
{
border-color: #90167C;
}
</style>