Shades of Dark Purple #90196C
Tints of Dark Purple #90196C
RGB
CMYK
RGB Variations
Color information
#90196C (or 0x90196C) is known color: Dark Purple. HEX triplet: 90, 19 and 6C. RGB value is (144,25,108). Sum of RGB (Red+Green+Blue) = 144+25+108=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #90196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90196C is #6FE693. Grayscale: #454545. Windows color (decimal): -7333524 or 7084432. OLE color: 7084432.
HSL color Cylindrical-coordinate representation of color #90196C: hue angle of 318.15º degrees, saturation: 0.7, 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 #90196C is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 108 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.44 |
| HSL | 318.15º | 0.7% | 0.33% | - |
| HSV(B) | 318.15º | 0.83% | 0.56% | - |
| XYZ | 14.56 | 7.71 | 14.91 | - |
| YUV | 70.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 108 | 0 | 0.83 | 0.25 | 0.44 | 318.15 | 0.7 | 0.33 |
| Hex | 90 | 19 | 6C | 0 | 53 | 19 | 2C | 13E | 46 | 21 |
| Octal | 220 | 31 | 154 | 0 | 123 | 31 | 54 | 476 | 106 | 41 |
| Binary | 10010000 | 11001 | 1101100 | 0 | 1010011 | 11001 | 101100 | 100111110 | 1000110 | 100001 |
Color Harmonies of #90196C
Complementary color
Monochromatic Colors of #90196C
Black with #90196C
Text Example
Text Example
White with #90196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90196C; }
p { color: rgb(144,25,108); }
H1.HeaderClassName
{
color: #90196C;
}
.AnyTagClassName
{
color: #90196C;
}
</style>
background-color css
<style>
a { background-color: #90196C; }
a { background-color: rgb(144,25,108); }
div.DivClassName
{
background-color: #90196C;
}
.BgClassName
{
background-color: #90196C;
}
</style>
border-color css
<style>
span { border-color: #90196C; }
span { border-color: rgb(144,25,108); }
td.TdClassName
{
border-color: #90196C;
}
.TagClassName
{
border-color: #90196C;
}
</style>