Shades of Violent Violet #1A094A
Tints of Violent Violet #1A094A
RGB
CMYK
RGB Variations
Color information
#1A094A (or 0x1A094A) is known color: Violent Violet. HEX triplet: 1A, 09 and 4A. RGB value is (26,9,74). Sum of RGB (Red+Green+Blue) = 26+9+74=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A094A is #E5F6B5. Grayscale: #151515. Windows color (decimal): -15070902 or 4851994. OLE color: 4851994.
HSL color Cylindrical-coordinate representation of color #1A094A: hue angle of 255.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A094A is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 9 | 74 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.71 |
| HSL | 255.69º | 0.78% | 0.16% | - |
| HSV(B) | 255.69º | 0.88% | 0.29% | - |
| XYZ | 1.76 | 0.91 | 6.56 | - |
| YUV | 21.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 74 | 0.65 | 0.88 | 0 | 0.71 | 255.69 | 0.78 | 0.16 |
| Hex | 1A | 9 | 4A | 41 | 58 | 0 | 47 | 100 | 4E | 10 |
| Octal | 32 | 11 | 112 | 101 | 130 | 0 | 107 | 400 | 116 | 20 |
| Binary | 11010 | 1001 | 1001010 | 1000001 | 1011000 | 0 | 1000111 | 100000000 | 1001110 | 10000 |
Color Harmonies of #1A094A
Complementary color
Monochromatic Colors of #1A094A
Black with #1A094A
Text Example
Text Example
White with #1A094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A094A; }
p { color: rgb(26,9,74); }
H1.HeaderClassName
{
color: #1A094A;
}
.AnyTagClassName
{
color: #1A094A;
}
</style>
background-color css
<style>
a { background-color: #1A094A; }
a { background-color: rgb(26,9,74); }
div.DivClassName
{
background-color: #1A094A;
}
.BgClassName
{
background-color: #1A094A;
}
</style>
border-color css
<style>
span { border-color: #1A094A; }
span { border-color: rgb(26,9,74); }
td.TdClassName
{
border-color: #1A094A;
}
.TagClassName
{
border-color: #1A094A;
}
</style>