Shades of Dark Purple #90166C
Tints of Dark Purple #90166C
RGB
CMYK
RGB Variations
Color information
#90166C (or 0x90166C) is known color: Dark Purple. HEX triplet: 90, 16 and 6C. RGB value is (144,22,108). Sum of RGB (Red+Green+Blue) = 144+22+108=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #90166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90166C is #6FE993. Grayscale: #444444. Windows color (decimal): -7334292 or 7083664. OLE color: 7083664.
HSL color Cylindrical-coordinate representation of color #90166C: hue angle of 317.7º 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 #90166C is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 108 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.44 |
| HSL | 317.7º | 0.73% | 0.33% | - |
| HSV(B) | 317.7º | 0.85% | 0.56% | - |
| XYZ | 14.5 | 7.59 | 14.89 | - |
| YUV | 68.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 108 | 0 | 0.85 | 0.25 | 0.44 | 317.7 | 0.73 | 0.33 |
| Hex | 90 | 16 | 6C | 0 | 55 | 19 | 2C | 13E | 49 | 21 |
| Octal | 220 | 26 | 154 | 0 | 125 | 31 | 54 | 476 | 111 | 41 |
| Binary | 10010000 | 10110 | 1101100 | 0 | 1010101 | 11001 | 101100 | 100111110 | 1001001 | 100001 |
Color Harmonies of #90166C
Complementary color
Monochromatic Colors of #90166C
Black with #90166C
Text Example
Text Example
White with #90166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90166C; }
p { color: rgb(144,22,108); }
H1.HeaderClassName
{
color: #90166C;
}
.AnyTagClassName
{
color: #90166C;
}
</style>
background-color css
<style>
a { background-color: #90166C; }
a { background-color: rgb(144,22,108); }
div.DivClassName
{
background-color: #90166C;
}
.BgClassName
{
background-color: #90166C;
}
</style>
border-color css
<style>
span { border-color: #90166C; }
span { border-color: rgb(144,22,108); }
td.TdClassName
{
border-color: #90166C;
}
.TagClassName
{
border-color: #90166C;
}
</style>