Shades of Violent Violet #150343
Tints of Violent Violet #150343
RGB
CMYK
RGB Variations
Color information
#150343 (or 0x150343) is known color: Violent Violet. HEX triplet: 15, 03 and 43. RGB value is (21,3,67). Sum of RGB (Red+Green+Blue) = 21+3+67=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 67 (26.56% from 255 or 73.63% from 91); Max value from RGB is 67 - color contains mainly: blue. Hex color #150343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150343 is #EAFCBC. Grayscale: #0F0F0F. Windows color (decimal): -15400125 or 4391701. OLE color: 4391701.
HSL color Cylindrical-coordinate representation of color #150343: hue angle of 256.88º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150343 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 3 | 67 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.74 |
| HSL | 256.88º | 0.91% | 0.14% | - |
| HSV(B) | 256.88º | 0.96% | 0.26% | - |
| XYZ | 1.35 | 0.63 | 5.36 | - |
| YUV | 15.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 67 | 0.69 | 0.96 | 0 | 0.74 | 256.88 | 0.91 | 0.14 |
| Hex | 15 | 3 | 43 | 45 | 60 | 0 | 4A | 101 | 5B | E |
| Octal | 25 | 3 | 103 | 105 | 140 | 0 | 112 | 401 | 133 | 16 |
| Binary | 10101 | 11 | 1000011 | 1000101 | 1100000 | 0 | 1001010 | 100000001 | 1011011 | 1110 |
Color Harmonies of #150343
Complementary color
Monochromatic Colors of #150343
Black with #150343
Text Example
Text Example
White with #150343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150343; }
p { color: rgb(21,3,67); }
H1.HeaderClassName
{
color: #150343;
}
.AnyTagClassName
{
color: #150343;
}
</style>
background-color css
<style>
a { background-color: #150343; }
a { background-color: rgb(21,3,67); }
div.DivClassName
{
background-color: #150343;
}
.BgClassName
{
background-color: #150343;
}
</style>
border-color css
<style>
span { border-color: #150343; }
span { border-color: rgb(21,3,67); }
td.TdClassName
{
border-color: #150343;
}
.TagClassName
{
border-color: #150343;
}
</style>