Shades of Violent Violet #150149
Tints of Violent Violet #150149
RGB
CMYK
RGB Variations
Color information
#150149 (or 0x150149) is known color: Violent Violet. HEX triplet: 15, 01 and 49. RGB value is (21,1,73). Sum of RGB (Red+Green+Blue) = 21+1+73=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #150149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150149 is #EAFEB6. Grayscale: #0E0E0E. Windows color (decimal): -15400631 or 4784405. OLE color: 4784405.
HSL color Cylindrical-coordinate representation of color #150149: hue angle of 256.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150149 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 1 | 73 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.71 |
| HSL | 256.67º | 0.97% | 0.15% | - |
| HSV(B) | 256.67º | 0.99% | 0.29% | - |
| XYZ | 1.52 | 0.66 | 6.35 | - |
| YUV | 15.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 73 | 0.71 | 0.99 | 0 | 0.71 | 256.67 | 0.97 | 0.15 |
| Hex | 15 | 1 | 49 | 47 | 63 | 0 | 47 | 101 | 61 | F |
| Octal | 25 | 1 | 111 | 107 | 143 | 0 | 107 | 401 | 141 | 17 |
| Binary | 10101 | 1 | 1001001 | 1000111 | 1100011 | 0 | 1000111 | 100000001 | 1100001 | 1111 |
Color Harmonies of #150149
Complementary color
Monochromatic Colors of #150149
Black with #150149
Text Example
Text Example
White with #150149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150149; }
p { color: rgb(21,1,73); }
H1.HeaderClassName
{
color: #150149;
}
.AnyTagClassName
{
color: #150149;
}
</style>
background-color css
<style>
a { background-color: #150149; }
a { background-color: rgb(21,1,73); }
div.DivClassName
{
background-color: #150149;
}
.BgClassName
{
background-color: #150149;
}
</style>
border-color css
<style>
span { border-color: #150149; }
span { border-color: rgb(21,1,73); }
td.TdClassName
{
border-color: #150149;
}
.TagClassName
{
border-color: #150149;
}
</style>