Shades of Violent Violet #130845
Tints of Violent Violet #130845
RGB
CMYK
RGB Variations
Color information
#130845 (or 0x130845) is known color: Violent Violet. HEX triplet: 13, 08 and 45. RGB value is (19,8,69). Sum of RGB (Red+Green+Blue) = 19+8+69=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 69 (27.34% from 255 or 71.88% from 96); Max value from RGB is 69 - color contains mainly: blue. Hex color #130845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130845 is #ECF7BA. Grayscale: #121212. Windows color (decimal): -15529915 or 4524051. OLE color: 4524051.
HSL color Cylindrical-coordinate representation of color #130845: hue angle of 250.82º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130845 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 8 | 69 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.73 |
| HSL | 250.82º | 0.79% | 0.15% | - |
| HSV(B) | 250.82º | 0.88% | 0.27% | - |
| XYZ | 1.43 | 0.74 | 5.7 | - |
| YUV | 18.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 69 | 0.72 | 0.88 | 0 | 0.73 | 250.82 | 0.79 | 0.15 |
| Hex | 13 | 8 | 45 | 48 | 58 | 0 | 49 | FB | 4F | F |
| Octal | 23 | 10 | 105 | 110 | 130 | 0 | 111 | 373 | 117 | 17 |
| Binary | 10011 | 1000 | 1000101 | 1001000 | 1011000 | 0 | 1001001 | 11111011 | 1001111 | 1111 |
Color Harmonies of #130845
Complementary color
Monochromatic Colors of #130845
Black with #130845
Text Example
Text Example
White with #130845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130845; }
p { color: rgb(19,8,69); }
H1.HeaderClassName
{
color: #130845;
}
.AnyTagClassName
{
color: #130845;
}
</style>
background-color css
<style>
a { background-color: #130845; }
a { background-color: rgb(19,8,69); }
div.DivClassName
{
background-color: #130845;
}
.BgClassName
{
background-color: #130845;
}
</style>
border-color css
<style>
span { border-color: #130845; }
span { border-color: rgb(19,8,69); }
td.TdClassName
{
border-color: #130845;
}
.TagClassName
{
border-color: #130845;
}
</style>