Shades of Violent Violet #150943
Tints of Violent Violet #150943
RGB
CMYK
RGB Variations
Color information
#150943 (or 0x150943) is known color: Violent Violet. HEX triplet: 15, 09 and 43. RGB value is (21,9,67). Sum of RGB (Red+Green+Blue) = 21+9+67=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #150943 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150943 is #EAF6BC. Grayscale: #121212. Windows color (decimal): -15398589 or 4393237. OLE color: 4393237.
HSL color Cylindrical-coordinate representation of color #150943: hue angle of 252.41º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #150943 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 9 | 67 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.74 |
| HSL | 252.41º | 0.76% | 0.15% | - |
| HSV(B) | 252.41º | 0.87% | 0.26% | - |
| XYZ | 1.42 | 0.76 | 5.38 | - |
| YUV | 19.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 67 | 0.69 | 0.87 | 0 | 0.74 | 252.41 | 0.76 | 0.15 |
| Hex | 15 | 9 | 43 | 45 | 57 | 0 | 4A | FC | 4C | F |
| Octal | 25 | 11 | 103 | 105 | 127 | 0 | 112 | 374 | 114 | 17 |
| Binary | 10101 | 1001 | 1000011 | 1000101 | 1010111 | 0 | 1001010 | 11111100 | 1001100 | 1111 |
Color Harmonies of #150943
Complementary color
Monochromatic Colors of #150943
Black with #150943
Text Example
Text Example
White with #150943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150943; }
p { color: rgb(21,9,67); }
H1.HeaderClassName
{
color: #150943;
}
.AnyTagClassName
{
color: #150943;
}
</style>
background-color css
<style>
a { background-color: #150943; }
a { background-color: rgb(21,9,67); }
div.DivClassName
{
background-color: #150943;
}
.BgClassName
{
background-color: #150943;
}
</style>
border-color css
<style>
span { border-color: #150943; }
span { border-color: rgb(21,9,67); }
td.TdClassName
{
border-color: #150943;
}
.TagClassName
{
border-color: #150943;
}
</style>