Shades of Violent Violet #220959
Tints of Violent Violet #220959
RGB
CMYK
RGB Variations
Color information
#220959 (or 0x220959) is known color: Violent Violet. HEX triplet: 22, 09 and 59. RGB value is (34,9,89). Sum of RGB (Red+Green+Blue) = 34+9+89=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #220959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220959 is #DDF6A6. Grayscale: #191919. Windows color (decimal): -14546599 or 5835042. OLE color: 5835042.
HSL color Cylindrical-coordinate representation of color #220959: hue angle of 258.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220959 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 9 | 89 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.65 |
| HSL | 258.75º | 0.82% | 0.19% | - |
| HSV(B) | 258.75º | 0.9% | 0.35% | - |
| XYZ | 2.56 | 1.26 | 9.56 | - |
| YUV | 25.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 89 | 0.62 | 0.90 | 0 | 0.65 | 258.75 | 0.82 | 0.19 |
| Hex | 22 | 9 | 59 | 3E | 5A | 0 | 41 | 103 | 52 | 13 |
| Octal | 42 | 11 | 131 | 76 | 132 | 0 | 101 | 403 | 122 | 23 |
| Binary | 100010 | 1001 | 1011001 | 111110 | 1011010 | 0 | 1000001 | 100000011 | 1010010 | 10011 |
Color Harmonies of #220959
Complementary color
Monochromatic Colors of #220959
Black with #220959
Text Example
Text Example
White with #220959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220959; }
p { color: rgb(34,9,89); }
H1.HeaderClassName
{
color: #220959;
}
.AnyTagClassName
{
color: #220959;
}
</style>
background-color css
<style>
a { background-color: #220959; }
a { background-color: rgb(34,9,89); }
div.DivClassName
{
background-color: #220959;
}
.BgClassName
{
background-color: #220959;
}
</style>
border-color css
<style>
span { border-color: #220959; }
span { border-color: rgb(34,9,89); }
td.TdClassName
{
border-color: #220959;
}
.TagClassName
{
border-color: #220959;
}
</style>