Shades of Violent Violet #0E0146
Tints of Violent Violet #0E0146
RGB
CMYK
RGB Variations
Color information
#0E0146 (or 0x0E0146) is known color: Violent Violet. HEX triplet: 0E, 01 and 46. RGB value is (14,1,70). Sum of RGB (Red+Green+Blue) = 14+1+70=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 70 (27.73% from 255 or 82.35% from 85); Max value from RGB is 70 - color contains mainly: blue. Hex color #0E0146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0146 is #F1FEB9. Grayscale: #0C0C0C. Windows color (decimal): -15859386 or 4587790. OLE color: 4587790.
HSL color Cylindrical-coordinate representation of color #0E0146: hue angle of 251.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0146 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 1 | 70 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.73 |
| HSL | 251.3º | 0.97% | 0.14% | - |
| HSV(B) | 251.3º | 0.99% | 0.27% | - |
| XYZ | 1.3 | 0.56 | 5.83 | - |
| YUV | 12.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 70 | 0.80 | 0.99 | 0 | 0.73 | 251.3 | 0.97 | 0.14 |
| Hex | E | 1 | 46 | 50 | 63 | 0 | 49 | FB | 61 | E |
| Octal | 16 | 1 | 106 | 120 | 143 | 0 | 111 | 373 | 141 | 16 |
| Binary | 1110 | 1 | 1000110 | 1010000 | 1100011 | 0 | 1001001 | 11111011 | 1100001 | 1110 |
Color Harmonies of #0E0146
Complementary color
Monochromatic Colors of #0E0146
Black with #0E0146
Text Example
Text Example
White with #0E0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0146; }
p { color: rgb(14,1,70); }
H1.HeaderClassName
{
color: #0E0146;
}
.AnyTagClassName
{
color: #0E0146;
}
</style>
background-color css
<style>
a { background-color: #0E0146; }
a { background-color: rgb(14,1,70); }
div.DivClassName
{
background-color: #0E0146;
}
.BgClassName
{
background-color: #0E0146;
}
</style>
border-color css
<style>
span { border-color: #0E0146; }
span { border-color: rgb(14,1,70); }
td.TdClassName
{
border-color: #0E0146;
}
.TagClassName
{
border-color: #0E0146;
}
</style>