Shades of Dark Purple #90226C
Tints of Dark Purple #90226C
RGB
CMYK
RGB Variations
Color information
#90226C (or 0x90226C) is known color: Dark Purple. HEX triplet: 90, 22 and 6C. RGB value is (144,34,108). Sum of RGB (Red+Green+Blue) = 144+34+108=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90226C is #6FDD93. Grayscale: #4B4B4B. Windows color (decimal): -7331220 or 7086736. OLE color: 7086736.
HSL color Cylindrical-coordinate representation of color #90226C: hue angle of 319.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90226C is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 108 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.44 |
| HSL | 319.64º | 0.62% | 0.35% | - |
| HSV(B) | 319.64º | 0.76% | 0.56% | - |
| XYZ | 14.78 | 8.16 | 14.98 | - |
| YUV | 75.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 108 | 0 | 0.76 | 0.25 | 0.44 | 319.64 | 0.62 | 0.35 |
| Hex | 90 | 22 | 6C | 0 | 4C | 19 | 2C | 140 | 3E | 23 |
| Octal | 220 | 42 | 154 | 0 | 114 | 31 | 54 | 500 | 76 | 43 |
| Binary | 10010000 | 100010 | 1101100 | 0 | 1001100 | 11001 | 101100 | 101000000 | 111110 | 100011 |
Color Harmonies of #90226C
Complementary color
Monochromatic Colors of #90226C
Black with #90226C
Text Example
Text Example
White with #90226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90226C; }
p { color: rgb(144,34,108); }
H1.HeaderClassName
{
color: #90226C;
}
.AnyTagClassName
{
color: #90226C;
}
</style>
background-color css
<style>
a { background-color: #90226C; }
a { background-color: rgb(144,34,108); }
div.DivClassName
{
background-color: #90226C;
}
.BgClassName
{
background-color: #90226C;
}
</style>
border-color css
<style>
span { border-color: #90226C; }
span { border-color: rgb(144,34,108); }
td.TdClassName
{
border-color: #90226C;
}
.TagClassName
{
border-color: #90226C;
}
</style>