Shades of Violent Violet #150546
Tints of Violent Violet #150546
RGB
CMYK
RGB Variations
Color information
#150546 (or 0x150546) is known color: Violent Violet. HEX triplet: 15, 05 and 46. RGB value is (21,5,70). Sum of RGB (Red+Green+Blue) = 21+5+70=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #150546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150546 is #EAFAB9. Grayscale: #101010. Windows color (decimal): -15399610 or 4588821. OLE color: 4588821.
HSL color Cylindrical-coordinate representation of color #150546: hue angle of 254.77º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150546 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 5 | 70 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.73 |
| HSL | 254.77º | 0.87% | 0.15% | - |
| HSV(B) | 254.77º | 0.93% | 0.27% | - |
| XYZ | 1.47 | 0.71 | 5.85 | - |
| YUV | 17.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 70 | 0.70 | 0.93 | 0 | 0.73 | 254.77 | 0.87 | 0.15 |
| Hex | 15 | 5 | 46 | 46 | 5D | 0 | 49 | FF | 57 | F |
| Octal | 25 | 5 | 106 | 106 | 135 | 0 | 111 | 377 | 127 | 17 |
| Binary | 10101 | 101 | 1000110 | 1000110 | 1011101 | 0 | 1001001 | 11111111 | 1010111 | 1111 |
Color Harmonies of #150546
Complementary color
Monochromatic Colors of #150546
Black with #150546
Text Example
Text Example
White with #150546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150546; }
p { color: rgb(21,5,70); }
H1.HeaderClassName
{
color: #150546;
}
.AnyTagClassName
{
color: #150546;
}
</style>
background-color css
<style>
a { background-color: #150546; }
a { background-color: rgb(21,5,70); }
div.DivClassName
{
background-color: #150546;
}
.BgClassName
{
background-color: #150546;
}
</style>
border-color css
<style>
span { border-color: #150546; }
span { border-color: rgb(21,5,70); }
td.TdClassName
{
border-color: #150546;
}
.TagClassName
{
border-color: #150546;
}
</style>