Shades of Dark Violet #8015B0
Tints of Dark Violet #8015B0
RGB
CMYK
RGB Variations
Color information
#8015B0 (or 0x8015B0) is known color: Dark Violet. HEX triplet: 80, 15 and B0. RGB value is (128,21,176). Sum of RGB (Red+Green+Blue) = 128+21+176=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #8015B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8015B0 is #7FEA4F. Grayscale: #464646. Windows color (decimal): -8383056 or 11539840. OLE color: 11539840.
HSL color Cylindrical-coordinate representation of color #8015B0: hue angle of 281.42º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8015B0 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 21 | 176 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.31 |
| HSL | 281.42º | 0.79% | 0.39% | - |
| HSV(B) | 281.42º | 0.88% | 0.69% | - |
| XYZ | 17.01 | 8.26 | 41.77 | - |
| YUV | 70.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 176 | 0.27 | 0.88 | 0 | 0.31 | 281.42 | 0.79 | 0.39 |
| Hex | 80 | 15 | B0 | 1B | 58 | 0 | 1F | 119 | 4F | 27 |
| Octal | 200 | 25 | 260 | 33 | 130 | 0 | 37 | 431 | 117 | 47 |
| Binary | 10000000 | 10101 | 10110000 | 11011 | 1011000 | 0 | 11111 | 100011001 | 1001111 | 100111 |
Color Harmonies of #8015B0
Complementary color
Monochromatic Colors of #8015B0
Black with #8015B0
Text Example
Text Example
White with #8015B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8015B0; }
p { color: rgb(128,21,176); }
H1.HeaderClassName
{
color: #8015B0;
}
.AnyTagClassName
{
color: #8015B0;
}
</style>
background-color css
<style>
a { background-color: #8015B0; }
a { background-color: rgb(128,21,176); }
div.DivClassName
{
background-color: #8015B0;
}
.BgClassName
{
background-color: #8015B0;
}
</style>
border-color css
<style>
span { border-color: #8015B0; }
span { border-color: rgb(128,21,176); }
td.TdClassName
{
border-color: #8015B0;
}
.TagClassName
{
border-color: #8015B0;
}
</style>