Shades of Dark Purple #90326E
Tints of Dark Purple #90326E
RGB
CMYK
RGB Variations
Color information
#90326E (or 0x90326E) is known color: Dark Purple. HEX triplet: 90, 32 and 6E. RGB value is (144,50,110). Sum of RGB (Red+Green+Blue) = 144+50+110=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90326E is #6FCD91. Grayscale: #545454. Windows color (decimal): -7327122 or 7221904. OLE color: 7221904.
HSL color Cylindrical-coordinate representation of color #90326E: hue angle of 321.7º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90326E is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 110 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.44 |
| HSL | 321.7º | 0.48% | 0.38% | - |
| HSV(B) | 321.7º | 0.65% | 0.56% | - |
| XYZ | 15.46 | 9.34 | 15.74 | - |
| YUV | 84.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 110 | 0 | 0.65 | 0.24 | 0.44 | 321.7 | 0.48 | 0.38 |
| Hex | 90 | 32 | 6E | 0 | 41 | 18 | 2C | 142 | 30 | 26 |
| Octal | 220 | 62 | 156 | 0 | 101 | 30 | 54 | 502 | 60 | 46 |
| Binary | 10010000 | 110010 | 1101110 | 0 | 1000001 | 11000 | 101100 | 101000010 | 110000 | 100110 |
Color Harmonies of #90326E
Complementary color
Monochromatic Colors of #90326E
Black with #90326E
Text Example
Text Example
White with #90326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90326E; }
p { color: rgb(144,50,110); }
H1.HeaderClassName
{
color: #90326E;
}
.AnyTagClassName
{
color: #90326E;
}
</style>
background-color css
<style>
a { background-color: #90326E; }
a { background-color: rgb(144,50,110); }
div.DivClassName
{
background-color: #90326E;
}
.BgClassName
{
background-color: #90326E;
}
</style>
border-color css
<style>
span { border-color: #90326E; }
span { border-color: rgb(144,50,110); }
td.TdClassName
{
border-color: #90326E;
}
.TagClassName
{
border-color: #90326E;
}
</style>