Shades of Dark Violet #8015BB
Tints of Dark Violet #8015BB
RGB
CMYK
RGB Variations
Color information
#8015BB (or 0x8015BB) is known color: Dark Violet. HEX triplet: 80, 15 and BB. RGB value is (128,21,187). Sum of RGB (Red+Green+Blue) = 128+21+187=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #8015BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015BB is #7FEA44. Grayscale: #474747. Windows color (decimal): -8383045 or 12260736. OLE color: 12260736.
HSL color Cylindrical-coordinate representation of color #8015BB: hue angle of 278.67º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8015BB is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 21 | 187 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.27 |
| HSL | 278.67º | 0.8% | 0.41% | - |
| HSV(B) | 278.67º | 0.89% | 0.73% | - |
| XYZ | 18.14 | 8.71 | 47.74 | - |
| YUV | 71.92 | 192.95 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 187 | 0.32 | 0.89 | 0 | 0.27 | 278.67 | 0.8 | 0.41 |
| Hex | 80 | 15 | BB | 20 | 59 | 0 | 1B | 117 | 50 | 29 |
| Octal | 200 | 25 | 273 | 40 | 131 | 0 | 33 | 427 | 120 | 51 |
| Binary | 10000000 | 10101 | 10111011 | 100000 | 1011001 | 0 | 11011 | 100010111 | 1010000 | 101001 |
Color Harmonies of #8015BB
Complementary color
Monochromatic Colors of #8015BB
Black with #8015BB
Text Example
Text Example
White with #8015BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8015BB; }
p { color: rgb(128,21,187); }
H1.HeaderClassName
{
color: #8015BB;
}
.AnyTagClassName
{
color: #8015BB;
}
</style>
background-color css
<style>
a { background-color: #8015BB; }
a { background-color: rgb(128,21,187); }
div.DivClassName
{
background-color: #8015BB;
}
.BgClassName
{
background-color: #8015BB;
}
</style>
border-color css
<style>
span { border-color: #8015BB; }
span { border-color: rgb(128,21,187); }
td.TdClassName
{
border-color: #8015BB;
}
.TagClassName
{
border-color: #8015BB;
}
</style>