Shades of Violent Violet #190355
Tints of Violent Violet #190355
RGB
CMYK
RGB Variations
Color information
#190355 (or 0x190355) is known color: Violent Violet. HEX triplet: 19, 03 and 55. RGB value is (25,3,85). Sum of RGB (Red+Green+Blue) = 25+3+85=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 85 (33.59% from 255 or 75.22% from 113); Max value from RGB is 85 - color contains mainly: blue. Hex color #190355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190355 is #E6FCAA. Grayscale: #121212. Windows color (decimal): -15137963 or 5571353. OLE color: 5571353.
HSL color Cylindrical-coordinate representation of color #190355: hue angle of 256.1º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190355 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 3 | 85 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.67 |
| HSL | 256.1º | 0.93% | 0.17% | - |
| HSV(B) | 256.1º | 0.96% | 0.33% | - |
| XYZ | 2.07 | 0.93 | 8.66 | - |
| YUV | 18.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 85 | 0.71 | 0.96 | 0 | 0.67 | 256.1 | 0.93 | 0.17 |
| Hex | 19 | 3 | 55 | 47 | 60 | 0 | 43 | 100 | 5D | 11 |
| Octal | 31 | 3 | 125 | 107 | 140 | 0 | 103 | 400 | 135 | 21 |
| Binary | 11001 | 11 | 1010101 | 1000111 | 1100000 | 0 | 1000011 | 100000000 | 1011101 | 10001 |
Color Harmonies of #190355
Complementary color
Monochromatic Colors of #190355
Black with #190355
Text Example
Text Example
White with #190355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190355; }
p { color: rgb(25,3,85); }
H1.HeaderClassName
{
color: #190355;
}
.AnyTagClassName
{
color: #190355;
}
</style>
background-color css
<style>
a { background-color: #190355; }
a { background-color: rgb(25,3,85); }
div.DivClassName
{
background-color: #190355;
}
.BgClassName
{
background-color: #190355;
}
</style>
border-color css
<style>
span { border-color: #190355; }
span { border-color: rgb(25,3,85); }
td.TdClassName
{
border-color: #190355;
}
.TagClassName
{
border-color: #190355;
}
</style>