Shades of Violent Violet #1F0958
Tints of Violent Violet #1F0958
RGB
CMYK
RGB Variations
Color information
#1F0958 (or 0x1F0958) is known color: Violent Violet. HEX triplet: 1F, 09 and 58. RGB value is (31,9,88). Sum of RGB (Red+Green+Blue) = 31+9+88=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F0958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0958 is #E0F6A7. Grayscale: #181818. Windows color (decimal): -14743208 or 5769503. OLE color: 5769503.
HSL color Cylindrical-coordinate representation of color #1F0958: hue angle of 256.71º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0958 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 9 | 88 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.65 |
| HSL | 256.71º | 0.81% | 0.19% | - |
| HSV(B) | 256.71º | 0.9% | 0.35% | - |
| XYZ | 2.42 | 1.19 | 9.33 | - |
| YUV | 24.58 | 163.79 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 88 | 0.65 | 0.90 | 0 | 0.65 | 256.71 | 0.81 | 0.19 |
| Hex | 1F | 9 | 58 | 41 | 5A | 0 | 41 | 101 | 51 | 13 |
| Octal | 37 | 11 | 130 | 101 | 132 | 0 | 101 | 401 | 121 | 23 |
| Binary | 11111 | 1001 | 1011000 | 1000001 | 1011010 | 0 | 1000001 | 100000001 | 1010001 | 10011 |
Color Harmonies of #1F0958
Complementary color
Monochromatic Colors of #1F0958
Black with #1F0958
Text Example
Text Example
White with #1F0958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0958; }
p { color: rgb(31,9,88); }
H1.HeaderClassName
{
color: #1F0958;
}
.AnyTagClassName
{
color: #1F0958;
}
</style>
background-color css
<style>
a { background-color: #1F0958; }
a { background-color: rgb(31,9,88); }
div.DivClassName
{
background-color: #1F0958;
}
.BgClassName
{
background-color: #1F0958;
}
</style>
border-color css
<style>
span { border-color: #1F0958; }
span { border-color: rgb(31,9,88); }
td.TdClassName
{
border-color: #1F0958;
}
.TagClassName
{
border-color: #1F0958;
}
</style>