Shades of Violent Violet #130150
Tints of Violent Violet #130150
RGB
CMYK
RGB Variations
Color information
#130150 (or 0x130150) is known color: Violent Violet. HEX triplet: 13, 01 and 50. RGB value is (19,1,80). Sum of RGB (Red+Green+Blue) = 19+1+80=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #130150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130150 is #ECFEAF. Grayscale: #0F0F0F. Windows color (decimal): -15531696 or 5243155. OLE color: 5243155.
HSL color Cylindrical-coordinate representation of color #130150: hue angle of 253.67º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130150 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 1 | 80 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.69 |
| HSL | 253.67º | 0.98% | 0.16% | - |
| HSV(B) | 253.67º | 0.99% | 0.31% | - |
| XYZ | 1.73 | 0.74 | 7.64 | - |
| YUV | 15.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 80 | 0.76 | 0.99 | 0 | 0.69 | 253.67 | 0.98 | 0.16 |
| Hex | 13 | 1 | 50 | 4C | 63 | 0 | 45 | FE | 62 | 10 |
| Octal | 23 | 1 | 120 | 114 | 143 | 0 | 105 | 376 | 142 | 20 |
| Binary | 10011 | 1 | 1010000 | 1001100 | 1100011 | 0 | 1000101 | 11111110 | 1100010 | 10000 |
Color Harmonies of #130150
Complementary color
Monochromatic Colors of #130150
Black with #130150
Text Example
Text Example
White with #130150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130150; }
p { color: rgb(19,1,80); }
H1.HeaderClassName
{
color: #130150;
}
.AnyTagClassName
{
color: #130150;
}
</style>
background-color css
<style>
a { background-color: #130150; }
a { background-color: rgb(19,1,80); }
div.DivClassName
{
background-color: #130150;
}
.BgClassName
{
background-color: #130150;
}
</style>
border-color css
<style>
span { border-color: #130150; }
span { border-color: rgb(19,1,80); }
td.TdClassName
{
border-color: #130150;
}
.TagClassName
{
border-color: #130150;
}
</style>