Shades of Violent Violet #28094E
Tints of Violent Violet #28094E
RGB
CMYK
RGB Variations
Color information
#28094E (or 0x28094E) is known color: Violent Violet. HEX triplet: 28, 09 and 4E. RGB value is (40,9,78). Sum of RGB (Red+Green+Blue) = 40+9+78=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #28094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28094E is #D7F6B1. Grayscale: #191919. Windows color (decimal): -14153394 or 5114152. OLE color: 5114152.
HSL color Cylindrical-coordinate representation of color #28094E: hue angle of 266.96º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28094E is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 9 | 78 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.69 |
| HSL | 266.96º | 0.79% | 0.17% | - |
| HSV(B) | 266.96º | 0.88% | 0.31% | - |
| XYZ | 2.35 | 1.2 | 7.31 | - |
| YUV | 26.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 78 | 0.49 | 0.88 | 0 | 0.69 | 266.96 | 0.79 | 0.17 |
| Hex | 28 | 9 | 4E | 31 | 58 | 0 | 45 | 10B | 4F | 11 |
| Octal | 50 | 11 | 116 | 61 | 130 | 0 | 105 | 413 | 117 | 21 |
| Binary | 101000 | 1001 | 1001110 | 110001 | 1011000 | 0 | 1000101 | 100001011 | 1001111 | 10001 |
Color Harmonies of #28094E
Complementary color
Monochromatic Colors of #28094E
Black with #28094E
Text Example
Text Example
White with #28094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28094E; }
p { color: rgb(40,9,78); }
H1.HeaderClassName
{
color: #28094E;
}
.AnyTagClassName
{
color: #28094E;
}
</style>
background-color css
<style>
a { background-color: #28094E; }
a { background-color: rgb(40,9,78); }
div.DivClassName
{
background-color: #28094E;
}
.BgClassName
{
background-color: #28094E;
}
</style>
border-color css
<style>
span { border-color: #28094E; }
span { border-color: rgb(40,9,78); }
td.TdClassName
{
border-color: #28094E;
}
.TagClassName
{
border-color: #28094E;
}
</style>