Shades of Violent Violet #150240
Tints of Violent Violet #150240
RGB
CMYK
RGB Variations
Color information
#150240 (or 0x150240) is known color: Violent Violet. HEX triplet: 15, 02 and 40. RGB value is (21,2,64). Sum of RGB (Red+Green+Blue) = 21+2+64=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #150240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150240 is #EAFDBF. Grayscale: #0E0E0E. Windows color (decimal): -15400384 or 4194837. OLE color: 4194837.
HSL color Cylindrical-coordinate representation of color #150240: hue angle of 258.39º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150240 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 2 | 64 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.75 |
| HSL | 258.39º | 0.94% | 0.13% | - |
| HSV(B) | 258.39º | 0.97% | 0.25% | - |
| XYZ | 1.26 | 0.57 | 4.89 | - |
| YUV | 14.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 64 | 0.67 | 0.97 | 0 | 0.75 | 258.39 | 0.94 | 0.13 |
| Hex | 15 | 2 | 40 | 43 | 61 | 0 | 4B | 102 | 5E | D |
| Octal | 25 | 2 | 100 | 103 | 141 | 0 | 113 | 402 | 136 | 15 |
| Binary | 10101 | 10 | 1000000 | 1000011 | 1100001 | 0 | 1001011 | 100000010 | 1011110 | 1101 |
Color Harmonies of #150240
Complementary color
Monochromatic Colors of #150240
Black with #150240
Text Example
Text Example
White with #150240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150240; }
p { color: rgb(21,2,64); }
H1.HeaderClassName
{
color: #150240;
}
.AnyTagClassName
{
color: #150240;
}
</style>
background-color css
<style>
a { background-color: #150240; }
a { background-color: rgb(21,2,64); }
div.DivClassName
{
background-color: #150240;
}
.BgClassName
{
background-color: #150240;
}
</style>
border-color css
<style>
span { border-color: #150240; }
span { border-color: rgb(21,2,64); }
td.TdClassName
{
border-color: #150240;
}
.TagClassName
{
border-color: #150240;
}
</style>