Shades of Violent Violet #1F094F
Tints of Violent Violet #1F094F
RGB
CMYK
RGB Variations
Color information
#1F094F (or 0x1F094F) is known color: Violent Violet. HEX triplet: 1F, 09 and 4F. RGB value is (31,9,79). Sum of RGB (Red+Green+Blue) = 31+9+79=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F094F is #E0F6B0. Grayscale: #171717. Windows color (decimal): -14743217 or 5179679. OLE color: 5179679.
HSL color Cylindrical-coordinate representation of color #1F094F: hue angle of 258.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F094F is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 9 | 79 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.69 |
| HSL | 258.86º | 0.8% | 0.17% | - |
| HSV(B) | 258.86º | 0.89% | 0.31% | - |
| XYZ | 2.07 | 1.05 | 7.49 | - |
| YUV | 23.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 79 | 0.61 | 0.89 | 0 | 0.69 | 258.86 | 0.8 | 0.17 |
| Hex | 1F | 9 | 4F | 3D | 59 | 0 | 45 | 103 | 50 | 11 |
| Octal | 37 | 11 | 117 | 75 | 131 | 0 | 105 | 403 | 120 | 21 |
| Binary | 11111 | 1001 | 1001111 | 111101 | 1011001 | 0 | 1000101 | 100000011 | 1010000 | 10001 |
Color Harmonies of #1F094F
Complementary color
Monochromatic Colors of #1F094F
Black with #1F094F
Text Example
Text Example
White with #1F094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F094F; }
p { color: rgb(31,9,79); }
H1.HeaderClassName
{
color: #1F094F;
}
.AnyTagClassName
{
color: #1F094F;
}
</style>
background-color css
<style>
a { background-color: #1F094F; }
a { background-color: rgb(31,9,79); }
div.DivClassName
{
background-color: #1F094F;
}
.BgClassName
{
background-color: #1F094F;
}
</style>
border-color css
<style>
span { border-color: #1F094F; }
span { border-color: rgb(31,9,79); }
td.TdClassName
{
border-color: #1F094F;
}
.TagClassName
{
border-color: #1F094F;
}
</style>