Shades of Violent Violet #1A094D
Tints of Violent Violet #1A094D
RGB
CMYK
RGB Variations
Color information
#1A094D (or 0x1A094D) is known color: Violent Violet. HEX triplet: 1A, 09 and 4D. RGB value is (26,9,77). Sum of RGB (Red+Green+Blue) = 26+9+77=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A094D is #E5F6B2. Grayscale: #151515. Windows color (decimal): -15070899 or 5048602. OLE color: 5048602.
HSL color Cylindrical-coordinate representation of color #1A094D: hue angle of 255º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A094D is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 9 | 77 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.70 |
| HSL | 255º | 0.79% | 0.17% | - |
| HSV(B) | 255º | 0.88% | 0.3% | - |
| XYZ | 1.86 | 0.95 | 7.11 | - |
| YUV | 21.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 77 | 0.66 | 0.88 | 0 | 0.70 | 255 | 0.79 | 0.17 |
| Hex | 1A | 9 | 4D | 42 | 58 | 0 | 46 | FF | 4F | 11 |
| Octal | 32 | 11 | 115 | 102 | 130 | 0 | 106 | 377 | 117 | 21 |
| Binary | 11010 | 1001 | 1001101 | 1000010 | 1011000 | 0 | 1000110 | 11111111 | 1001111 | 10001 |
Color Harmonies of #1A094D
Complementary color
Monochromatic Colors of #1A094D
Black with #1A094D
Text Example
Text Example
White with #1A094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A094D; }
p { color: rgb(26,9,77); }
H1.HeaderClassName
{
color: #1A094D;
}
.AnyTagClassName
{
color: #1A094D;
}
</style>
background-color css
<style>
a { background-color: #1A094D; }
a { background-color: rgb(26,9,77); }
div.DivClassName
{
background-color: #1A094D;
}
.BgClassName
{
background-color: #1A094D;
}
</style>
border-color css
<style>
span { border-color: #1A094D; }
span { border-color: rgb(26,9,77); }
td.TdClassName
{
border-color: #1A094D;
}
.TagClassName
{
border-color: #1A094D;
}
</style>