Shades of Violent Violet #190253
Tints of Violent Violet #190253
RGB
CMYK
RGB Variations
Color information
#190253 (or 0x190253) is known color: Violent Violet. HEX triplet: 19, 02 and 53. RGB value is (25,2,83). Sum of RGB (Red+Green+Blue) = 25+2+83=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #190253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190253 is #E6FDAC. Grayscale: #111111. Windows color (decimal): -15138221 or 5440025. OLE color: 5440025.
HSL color Cylindrical-coordinate representation of color #190253: hue angle of 257.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190253 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 2 | 83 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.67 |
| HSL | 257.04º | 0.95% | 0.17% | - |
| HSV(B) | 257.04º | 0.98% | 0.33% | - |
| XYZ | 1.98 | 0.87 | 8.25 | - |
| YUV | 18.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 83 | 0.70 | 0.98 | 0 | 0.67 | 257.04 | 0.95 | 0.17 |
| Hex | 19 | 2 | 53 | 46 | 62 | 0 | 43 | 101 | 5F | 11 |
| Octal | 31 | 2 | 123 | 106 | 142 | 0 | 103 | 401 | 137 | 21 |
| Binary | 11001 | 10 | 1010011 | 1000110 | 1100010 | 0 | 1000011 | 100000001 | 1011111 | 10001 |
Color Harmonies of #190253
Complementary color
Monochromatic Colors of #190253
Black with #190253
Text Example
Text Example
White with #190253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190253; }
p { color: rgb(25,2,83); }
H1.HeaderClassName
{
color: #190253;
}
.AnyTagClassName
{
color: #190253;
}
</style>
background-color css
<style>
a { background-color: #190253; }
a { background-color: rgb(25,2,83); }
div.DivClassName
{
background-color: #190253;
}
.BgClassName
{
background-color: #190253;
}
</style>
border-color css
<style>
span { border-color: #190253; }
span { border-color: rgb(25,2,83); }
td.TdClassName
{
border-color: #190253;
}
.TagClassName
{
border-color: #190253;
}
</style>