Shades of Violent Violet #120841
Tints of Violent Violet #120841
RGB
CMYK
RGB Variations
Color information
#120841 (or 0x120841) is known color: Violent Violet. HEX triplet: 12, 08 and 41. RGB value is (18,8,65). Sum of RGB (Red+Green+Blue) = 18+8+65=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #120841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120841 is #EDF7BE. Grayscale: #111111. Windows color (decimal): -15595455 or 4261906. OLE color: 4261906.
HSL color Cylindrical-coordinate representation of color #120841: hue angle of 250.53º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120841 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 8 | 65 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.75 |
| HSL | 250.53º | 0.78% | 0.14% | - |
| HSV(B) | 250.53º | 0.88% | 0.25% | - |
| XYZ | 1.29 | 0.68 | 5.07 | - |
| YUV | 17.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 65 | 0.72 | 0.88 | 0 | 0.75 | 250.53 | 0.78 | 0.14 |
| Hex | 12 | 8 | 41 | 48 | 58 | 0 | 4B | FB | 4E | E |
| Octal | 22 | 10 | 101 | 110 | 130 | 0 | 113 | 373 | 116 | 16 |
| Binary | 10010 | 1000 | 1000001 | 1001000 | 1011000 | 0 | 1001011 | 11111011 | 1001110 | 1110 |
Color Harmonies of #120841
Complementary color
Monochromatic Colors of #120841
Black with #120841
Text Example
Text Example
White with #120841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120841; }
p { color: rgb(18,8,65); }
H1.HeaderClassName
{
color: #120841;
}
.AnyTagClassName
{
color: #120841;
}
</style>
background-color css
<style>
a { background-color: #120841; }
a { background-color: rgb(18,8,65); }
div.DivClassName
{
background-color: #120841;
}
.BgClassName
{
background-color: #120841;
}
</style>
border-color css
<style>
span { border-color: #120841; }
span { border-color: rgb(18,8,65); }
td.TdClassName
{
border-color: #120841;
}
.TagClassName
{
border-color: #120841;
}
</style>