Shades of Violent Violet #150849
Tints of Violent Violet #150849
RGB
CMYK
RGB Variations
Color information
#150849 (or 0x150849) is known color: Violent Violet. HEX triplet: 15, 08 and 49. RGB value is (21,8,73). Sum of RGB (Red+Green+Blue) = 21+8+73=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 73 (28.91% from 255 or 71.57% from 102); Max value from RGB is 73 - color contains mainly: blue. Hex color #150849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150849 is #EAF7B6. Grayscale: #131313. Windows color (decimal): -15398839 or 4786197. OLE color: 4786197.
HSL color Cylindrical-coordinate representation of color #150849: hue angle of 252º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150849 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 8 | 73 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.71 |
| HSL | 252º | 0.8% | 0.16% | - |
| HSV(B) | 252º | 0.89% | 0.29% | - |
| XYZ | 1.6 | 0.81 | 6.38 | - |
| YUV | 19.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 73 | 0.71 | 0.89 | 0 | 0.71 | 252 | 0.8 | 0.16 |
| Hex | 15 | 8 | 49 | 47 | 59 | 0 | 47 | FC | 50 | 10 |
| Octal | 25 | 10 | 111 | 107 | 131 | 0 | 107 | 374 | 120 | 20 |
| Binary | 10101 | 1000 | 1001001 | 1000111 | 1011001 | 0 | 1000111 | 11111100 | 1010000 | 10000 |
Color Harmonies of #150849
Complementary color
Monochromatic Colors of #150849
Black with #150849
Text Example
Text Example
White with #150849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150849; }
p { color: rgb(21,8,73); }
H1.HeaderClassName
{
color: #150849;
}
.AnyTagClassName
{
color: #150849;
}
</style>
background-color css
<style>
a { background-color: #150849; }
a { background-color: rgb(21,8,73); }
div.DivClassName
{
background-color: #150849;
}
.BgClassName
{
background-color: #150849;
}
</style>
border-color css
<style>
span { border-color: #150849; }
span { border-color: rgb(21,8,73); }
td.TdClassName
{
border-color: #150849;
}
.TagClassName
{
border-color: #150849;
}
</style>