Shades of Violent Violet #0F0242
Tints of Violent Violet #0F0242
RGB
CMYK
RGB Variations
Color information
#0F0242 (or 0x0F0242) is known color: Violent Violet. HEX triplet: 0F, 02 and 42. RGB value is (15,2,66). Sum of RGB (Red+Green+Blue) = 15+2+66=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 66 (26.17% from 255 or 79.52% from 83); Max value from RGB is 66 - color contains mainly: blue. Hex color #0F0242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0242 is #F0FDBD. Grayscale: #0C0C0C. Windows color (decimal): -15793598 or 4325903. OLE color: 4325903.
HSL color Cylindrical-coordinate representation of color #0F0242: hue angle of 252.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0242 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 2 | 66 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.74 |
| HSL | 252.19º | 0.94% | 0.13% | - |
| HSV(B) | 252.19º | 0.97% | 0.26% | - |
| XYZ | 1.2 | 0.54 | 5.19 | - |
| YUV | 13.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 66 | 0.77 | 0.97 | 0 | 0.74 | 252.19 | 0.94 | 0.13 |
| Hex | F | 2 | 42 | 4D | 61 | 0 | 4A | FC | 5E | D |
| Octal | 17 | 2 | 102 | 115 | 141 | 0 | 112 | 374 | 136 | 15 |
| Binary | 1111 | 10 | 1000010 | 1001101 | 1100001 | 0 | 1001010 | 11111100 | 1011110 | 1101 |
Color Harmonies of #0F0242
Complementary color
Monochromatic Colors of #0F0242
Black with #0F0242
Text Example
Text Example
White with #0F0242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0242; }
p { color: rgb(15,2,66); }
H1.HeaderClassName
{
color: #0F0242;
}
.AnyTagClassName
{
color: #0F0242;
}
</style>
background-color css
<style>
a { background-color: #0F0242; }
a { background-color: rgb(15,2,66); }
div.DivClassName
{
background-color: #0F0242;
}
.BgClassName
{
background-color: #0F0242;
}
</style>
border-color css
<style>
span { border-color: #0F0242; }
span { border-color: rgb(15,2,66); }
td.TdClassName
{
border-color: #0F0242;
}
.TagClassName
{
border-color: #0F0242;
}
</style>