Shades of Violent Violet #150150
Tints of Violent Violet #150150
RGB
CMYK
RGB Variations
Color information
#150150 (or 0x150150) is known color: Violent Violet. HEX triplet: 15, 01 and 50. RGB value is (21,1,80). Sum of RGB (Red+Green+Blue) = 21+1+80=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #150150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150150 is #EAFEAF. Grayscale: #0F0F0F. Windows color (decimal): -15400624 or 5243157. OLE color: 5243157.
HSL color Cylindrical-coordinate representation of color #150150: hue angle of 255.19º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150150 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 1 | 80 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.69 |
| HSL | 255.19º | 0.98% | 0.16% | - |
| HSV(B) | 255.19º | 0.99% | 0.31% | - |
| XYZ | 1.77 | 0.76 | 7.64 | - |
| YUV | 15.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 80 | 0.74 | 0.99 | 0 | 0.69 | 255.19 | 0.98 | 0.16 |
| Hex | 15 | 1 | 50 | 4A | 63 | 0 | 45 | FF | 62 | 10 |
| Octal | 25 | 1 | 120 | 112 | 143 | 0 | 105 | 377 | 142 | 20 |
| Binary | 10101 | 1 | 1010000 | 1001010 | 1100011 | 0 | 1000101 | 11111111 | 1100010 | 10000 |
Color Harmonies of #150150
Complementary color
Monochromatic Colors of #150150
Black with #150150
Text Example
Text Example
White with #150150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150150; }
p { color: rgb(21,1,80); }
H1.HeaderClassName
{
color: #150150;
}
.AnyTagClassName
{
color: #150150;
}
</style>
background-color css
<style>
a { background-color: #150150; }
a { background-color: rgb(21,1,80); }
div.DivClassName
{
background-color: #150150;
}
.BgClassName
{
background-color: #150150;
}
</style>
border-color css
<style>
span { border-color: #150150; }
span { border-color: rgb(21,1,80); }
td.TdClassName
{
border-color: #150150;
}
.TagClassName
{
border-color: #150150;
}
</style>