Shades of Violent Violet #0F0540
Tints of Violent Violet #0F0540
RGB
CMYK
RGB Variations
Color information
#0F0540 (or 0x0F0540) is known color: Violent Violet. HEX triplet: 0F, 05 and 40. RGB value is (15,5,64). Sum of RGB (Red+Green+Blue) = 15+5+64=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 64 (25.39% from 255 or 76.19% from 84); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F0540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0540 is #F0FABF. Grayscale: #0E0E0E. Windows color (decimal): -15792832 or 4195599. OLE color: 4195599.
HSL color Cylindrical-coordinate representation of color #0F0540: hue angle of 250.17º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0540 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 5 | 64 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.75 |
| HSL | 250.17º | 0.86% | 0.14% | - |
| HSV(B) | 250.17º | 0.92% | 0.25% | - |
| XYZ | 1.18 | 0.58 | 4.9 | - |
| YUV | 14.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 64 | 0.77 | 0.92 | 0 | 0.75 | 250.17 | 0.86 | 0.14 |
| Hex | F | 5 | 40 | 4D | 5C | 0 | 4B | FA | 56 | E |
| Octal | 17 | 5 | 100 | 115 | 134 | 0 | 113 | 372 | 126 | 16 |
| Binary | 1111 | 101 | 1000000 | 1001101 | 1011100 | 0 | 1001011 | 11111010 | 1010110 | 1110 |
Color Harmonies of #0F0540
Complementary color
Monochromatic Colors of #0F0540
Black with #0F0540
Text Example
Text Example
White with #0F0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0540; }
p { color: rgb(15,5,64); }
H1.HeaderClassName
{
color: #0F0540;
}
.AnyTagClassName
{
color: #0F0540;
}
</style>
background-color css
<style>
a { background-color: #0F0540; }
a { background-color: rgb(15,5,64); }
div.DivClassName
{
background-color: #0F0540;
}
.BgClassName
{
background-color: #0F0540;
}
</style>
border-color css
<style>
span { border-color: #0F0540; }
span { border-color: rgb(15,5,64); }
td.TdClassName
{
border-color: #0F0540;
}
.TagClassName
{
border-color: #0F0540;
}
</style>