Shades of Violent Violet #150947
Tints of Violent Violet #150947
RGB
CMYK
RGB Variations
Color information
#150947 (or 0x150947) is known color: Violent Violet. HEX triplet: 15, 09 and 47. RGB value is (21,9,71). Sum of RGB (Red+Green+Blue) = 21+9+71=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #150947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150947 is #EAF6B8. Grayscale: #131313. Windows color (decimal): -15398585 or 4655381. OLE color: 4655381.
HSL color Cylindrical-coordinate representation of color #150947: hue angle of 251.61º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #150947 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 9 | 71 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.72 |
| HSL | 251.61º | 0.78% | 0.16% | - |
| HSV(B) | 251.61º | 0.87% | 0.28% | - |
| XYZ | 1.54 | 0.81 | 6.04 | - |
| YUV | 19.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 71 | 0.70 | 0.87 | 0 | 0.72 | 251.61 | 0.78 | 0.16 |
| Hex | 15 | 9 | 47 | 46 | 57 | 0 | 48 | FC | 4E | 10 |
| Octal | 25 | 11 | 107 | 106 | 127 | 0 | 110 | 374 | 116 | 20 |
| Binary | 10101 | 1001 | 1000111 | 1000110 | 1010111 | 0 | 1001000 | 11111100 | 1001110 | 10000 |
Color Harmonies of #150947
Complementary color
Monochromatic Colors of #150947
Black with #150947
Text Example
Text Example
White with #150947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150947; }
p { color: rgb(21,9,71); }
H1.HeaderClassName
{
color: #150947;
}
.AnyTagClassName
{
color: #150947;
}
</style>
background-color css
<style>
a { background-color: #150947; }
a { background-color: rgb(21,9,71); }
div.DivClassName
{
background-color: #150947;
}
.BgClassName
{
background-color: #150947;
}
</style>
border-color css
<style>
span { border-color: #150947; }
span { border-color: rgb(21,9,71); }
td.TdClassName
{
border-color: #150947;
}
.TagClassName
{
border-color: #150947;
}
</style>