Shades of Dark Purple #90177C
Tints of Dark Purple #90177C
RGB
CMYK
RGB Variations
Color information
#90177C (or 0x90177C) is known color: Dark Purple. HEX triplet: 90, 17 and 7C. RGB value is (144,23,124). Sum of RGB (Red+Green+Blue) = 144+23+124=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90177C is #6FE883. Grayscale: #464646. Windows color (decimal): -7334020 or 8132496. OLE color: 8132496.
HSL color Cylindrical-coordinate representation of color #90177C: hue angle of 309.92º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90177C is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 124 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.44 |
| HSL | 309.92º | 0.72% | 0.33% | - |
| HSV(B) | 309.92º | 0.84% | 0.56% | - |
| XYZ | 15.45 | 8 | 19.8 | - |
| YUV | 70.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 124 | 0 | 0.84 | 0.14 | 0.44 | 309.92 | 0.72 | 0.33 |
| Hex | 90 | 17 | 7C | 0 | 54 | E | 2C | 136 | 48 | 21 |
| Octal | 220 | 27 | 174 | 0 | 124 | 16 | 54 | 466 | 110 | 41 |
| Binary | 10010000 | 10111 | 1111100 | 0 | 1010100 | 1110 | 101100 | 100110110 | 1001000 | 100001 |
Color Harmonies of #90177C
Complementary color
Monochromatic Colors of #90177C
Black with #90177C
Text Example
Text Example
White with #90177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90177C; }
p { color: rgb(144,23,124); }
H1.HeaderClassName
{
color: #90177C;
}
.AnyTagClassName
{
color: #90177C;
}
</style>
background-color css
<style>
a { background-color: #90177C; }
a { background-color: rgb(144,23,124); }
div.DivClassName
{
background-color: #90177C;
}
.BgClassName
{
background-color: #90177C;
}
</style>
border-color css
<style>
span { border-color: #90177C; }
span { border-color: rgb(144,23,124); }
td.TdClassName
{
border-color: #90177C;
}
.TagClassName
{
border-color: #90177C;
}
</style>