Shades of Violent Violet #140146
Tints of Violent Violet #140146
RGB
CMYK
RGB Variations
Color information
#140146 (or 0x140146) is known color: Violent Violet. HEX triplet: 14, 01 and 46. RGB value is (20,1,70). Sum of RGB (Red+Green+Blue) = 20+1+70=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #140146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140146 is #EBFEB9. Grayscale: #0E0E0E. Windows color (decimal): -15466170 or 4587796. OLE color: 4587796.
HSL color Cylindrical-coordinate representation of color #140146: hue angle of 256.52º 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 #140146 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 1 | 70 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.73 |
| HSL | 256.52º | 0.97% | 0.14% | - |
| HSV(B) | 256.52º | 0.99% | 0.27% | - |
| XYZ | 1.4 | 0.61 | 5.84 | - |
| YUV | 14.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 70 | 0.71 | 0.99 | 0 | 0.73 | 256.52 | 0.97 | 0.14 |
| Hex | 14 | 1 | 46 | 47 | 63 | 0 | 49 | 101 | 61 | E |
| Octal | 24 | 1 | 106 | 107 | 143 | 0 | 111 | 401 | 141 | 16 |
| Binary | 10100 | 1 | 1000110 | 1000111 | 1100011 | 0 | 1001001 | 100000001 | 1100001 | 1110 |
Color Harmonies of #140146
Complementary color
Monochromatic Colors of #140146
Black with #140146
Text Example
Text Example
White with #140146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140146; }
p { color: rgb(20,1,70); }
H1.HeaderClassName
{
color: #140146;
}
.AnyTagClassName
{
color: #140146;
}
</style>
background-color css
<style>
a { background-color: #140146; }
a { background-color: rgb(20,1,70); }
div.DivClassName
{
background-color: #140146;
}
.BgClassName
{
background-color: #140146;
}
</style>
border-color css
<style>
span { border-color: #140146; }
span { border-color: rgb(20,1,70); }
td.TdClassName
{
border-color: #140146;
}
.TagClassName
{
border-color: #140146;
}
</style>