Shades of Violent Violet #190850
Tints of Violent Violet #190850
RGB
CMYK
RGB Variations
Color information
#190850 (or 0x190850) is known color: Violent Violet. HEX triplet: 19, 08 and 50. RGB value is (25,8,80). Sum of RGB (Red+Green+Blue) = 25+8+80=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #190850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190850 is #E6F7AF. Grayscale: #151515. Windows color (decimal): -15136688 or 5244953. OLE color: 5244953.
HSL color Cylindrical-coordinate representation of color #190850: hue angle of 254.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190850 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 8 | 80 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.69 |
| HSL | 254.17º | 0.82% | 0.17% | - |
| HSV(B) | 254.17º | 0.9% | 0.31% | - |
| XYZ | 1.94 | 0.96 | 7.67 | - |
| YUV | 21.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 80 | 0.69 | 0.90 | 0 | 0.69 | 254.17 | 0.82 | 0.17 |
| Hex | 19 | 8 | 50 | 45 | 5A | 0 | 45 | FE | 52 | 11 |
| Octal | 31 | 10 | 120 | 105 | 132 | 0 | 105 | 376 | 122 | 21 |
| Binary | 11001 | 1000 | 1010000 | 1000101 | 1011010 | 0 | 1000101 | 11111110 | 1010010 | 10001 |
Color Harmonies of #190850
Complementary color
Monochromatic Colors of #190850
Black with #190850
Text Example
Text Example
White with #190850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190850; }
p { color: rgb(25,8,80); }
H1.HeaderClassName
{
color: #190850;
}
.AnyTagClassName
{
color: #190850;
}
</style>
background-color css
<style>
a { background-color: #190850; }
a { background-color: rgb(25,8,80); }
div.DivClassName
{
background-color: #190850;
}
.BgClassName
{
background-color: #190850;
}
</style>
border-color css
<style>
span { border-color: #190850; }
span { border-color: rgb(25,8,80); }
td.TdClassName
{
border-color: #190850;
}
.TagClassName
{
border-color: #190850;
}
</style>