Shades of Violent Violet #150148
Tints of Violent Violet #150148
RGB
CMYK
RGB Variations
Color information
#150148 (or 0x150148) is known color: Violent Violet. HEX triplet: 15, 01 and 48. RGB value is (21,1,72). Sum of RGB (Red+Green+Blue) = 21+1+72=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #150148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150148 is #EAFEB7. Grayscale: #0E0E0E. Windows color (decimal): -15400632 or 4718869. OLE color: 4718869.
HSL color Cylindrical-coordinate representation of color #150148: hue angle of 256.9º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150148 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 1 | 72 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.72 |
| HSL | 256.9º | 0.97% | 0.14% | - |
| HSV(B) | 256.9º | 0.99% | 0.28% | - |
| XYZ | 1.49 | 0.65 | 6.18 | - |
| YUV | 15.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 72 | 0.71 | 0.99 | 0 | 0.72 | 256.9 | 0.97 | 0.14 |
| Hex | 15 | 1 | 48 | 47 | 63 | 0 | 48 | 101 | 61 | E |
| Octal | 25 | 1 | 110 | 107 | 143 | 0 | 110 | 401 | 141 | 16 |
| Binary | 10101 | 1 | 1001000 | 1000111 | 1100011 | 0 | 1001000 | 100000001 | 1100001 | 1110 |
Color Harmonies of #150148
Complementary color
Monochromatic Colors of #150148
Black with #150148
Text Example
Text Example
White with #150148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150148; }
p { color: rgb(21,1,72); }
H1.HeaderClassName
{
color: #150148;
}
.AnyTagClassName
{
color: #150148;
}
</style>
background-color css
<style>
a { background-color: #150148; }
a { background-color: rgb(21,1,72); }
div.DivClassName
{
background-color: #150148;
}
.BgClassName
{
background-color: #150148;
}
</style>
border-color css
<style>
span { border-color: #150148; }
span { border-color: rgb(21,1,72); }
td.TdClassName
{
border-color: #150148;
}
.TagClassName
{
border-color: #150148;
}
</style>