Shades of Violent Violet #28094F
Tints of Violent Violet #28094F
RGB
CMYK
RGB Variations
Color information
#28094F (or 0x28094F) is known color: Violent Violet. HEX triplet: 28, 09 and 4F. RGB value is (40,9,79). Sum of RGB (Red+Green+Blue) = 40+9+79=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #28094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28094F is #D7F6B0. Grayscale: #1A1A1A. Windows color (decimal): -14153393 or 5179688. OLE color: 5179688.
HSL color Cylindrical-coordinate representation of color #28094F: hue angle of 266.57º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28094F is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 9 | 79 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.69 |
| HSL | 266.57º | 0.8% | 0.17% | - |
| HSV(B) | 266.57º | 0.89% | 0.31% | - |
| XYZ | 2.38 | 1.21 | 7.51 | - |
| YUV | 26.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 79 | 0.49 | 0.89 | 0 | 0.69 | 266.57 | 0.8 | 0.17 |
| Hex | 28 | 9 | 4F | 31 | 59 | 0 | 45 | 10B | 50 | 11 |
| Octal | 50 | 11 | 117 | 61 | 131 | 0 | 105 | 413 | 120 | 21 |
| Binary | 101000 | 1001 | 1001111 | 110001 | 1011001 | 0 | 1000101 | 100001011 | 1010000 | 10001 |
Color Harmonies of #28094F
Complementary color
Monochromatic Colors of #28094F
Black with #28094F
Text Example
Text Example
White with #28094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28094F; }
p { color: rgb(40,9,79); }
H1.HeaderClassName
{
color: #28094F;
}
.AnyTagClassName
{
color: #28094F;
}
</style>
background-color css
<style>
a { background-color: #28094F; }
a { background-color: rgb(40,9,79); }
div.DivClassName
{
background-color: #28094F;
}
.BgClassName
{
background-color: #28094F;
}
</style>
border-color css
<style>
span { border-color: #28094F; }
span { border-color: rgb(40,9,79); }
td.TdClassName
{
border-color: #28094F;
}
.TagClassName
{
border-color: #28094F;
}
</style>