Shades of Violent Violet #1A093D
Tints of Violent Violet #1A093D
RGB
CMYK
RGB Variations
Color information
#1A093D (or 0x1A093D) is known color: Violent Violet. HEX triplet: 1A, 09 and 3D. RGB value is (26,9,61). Sum of RGB (Red+Green+Blue) = 26+9+61=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A093D is #E5F6C2. Grayscale: #131313. Windows color (decimal): -15070915 or 4000026. OLE color: 4000026.
HSL color Cylindrical-coordinate representation of color #1A093D: hue angle of 259.62º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A093D is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 9 | 61 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.76 |
| HSL | 259.62º | 0.74% | 0.14% | - |
| HSV(B) | 259.62º | 0.85% | 0.24% | - |
| XYZ | 1.37 | 0.75 | 4.49 | - |
| YUV | 20.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 61 | 0.57 | 0.85 | 0 | 0.76 | 259.62 | 0.74 | 0.14 |
| Hex | 1A | 9 | 3D | 39 | 55 | 0 | 4C | 104 | 4A | E |
| Octal | 32 | 11 | 75 | 71 | 125 | 0 | 114 | 404 | 112 | 16 |
| Binary | 11010 | 1001 | 111101 | 111001 | 1010101 | 0 | 1001100 | 100000100 | 1001010 | 1110 |
Color Harmonies of #1A093D
Complementary color
Monochromatic Colors of #1A093D
Black with #1A093D
Text Example
Text Example
White with #1A093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A093D; }
p { color: rgb(26,9,61); }
H1.HeaderClassName
{
color: #1A093D;
}
.AnyTagClassName
{
color: #1A093D;
}
</style>
background-color css
<style>
a { background-color: #1A093D; }
a { background-color: rgb(26,9,61); }
div.DivClassName
{
background-color: #1A093D;
}
.BgClassName
{
background-color: #1A093D;
}
</style>
border-color css
<style>
span { border-color: #1A093D; }
span { border-color: rgb(26,9,61); }
td.TdClassName
{
border-color: #1A093D;
}
.TagClassName
{
border-color: #1A093D;
}
</style>