Shades of Dark Purple #90198B
Tints of Dark Purple #90198B
RGB
CMYK
RGB Variations
Color information
#90198B (or 0x90198B) is known color: Dark Purple. HEX triplet: 90, 19 and 8B. RGB value is (144,25,139). Sum of RGB (Red+Green+Blue) = 144+25+139=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90198B is #6FE674. Grayscale: #494949. Windows color (decimal): -7333493 or 9116048. OLE color: 9116048.
HSL color Cylindrical-coordinate representation of color #90198B: hue angle of 302.52º 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 #90198B is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 139 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.44 |
| HSL | 302.52º | 0.7% | 0.33% | - |
| HSV(B) | 302.52º | 0.83% | 0.56% | - |
| XYZ | 16.51 | 8.49 | 25.19 | - |
| YUV | 73.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 139 | 0 | 0.83 | 0.03 | 0.44 | 302.52 | 0.7 | 0.33 |
| Hex | 90 | 19 | 8B | 0 | 53 | 3 | 2C | 12F | 46 | 21 |
| Octal | 220 | 31 | 213 | 0 | 123 | 3 | 54 | 457 | 106 | 41 |
| Binary | 10010000 | 11001 | 10001011 | 0 | 1010011 | 11 | 101100 | 100101111 | 1000110 | 100001 |
Color Harmonies of #90198B
Complementary color
Monochromatic Colors of #90198B
Black with #90198B
Text Example
Text Example
White with #90198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90198B; }
p { color: rgb(144,25,139); }
H1.HeaderClassName
{
color: #90198B;
}
.AnyTagClassName
{
color: #90198B;
}
</style>
background-color css
<style>
a { background-color: #90198B; }
a { background-color: rgb(144,25,139); }
div.DivClassName
{
background-color: #90198B;
}
.BgClassName
{
background-color: #90198B;
}
</style>
border-color css
<style>
span { border-color: #90198B; }
span { border-color: rgb(144,25,139); }
td.TdClassName
{
border-color: #90198B;
}
.TagClassName
{
border-color: #90198B;
}
</style>