Shades of Dark Violet #8014BB
Tints of Dark Violet #8014BB
RGB
CMYK
RGB Variations
Color information
#8014BB (or 0x8014BB) is known color: Dark Violet. HEX triplet: 80, 14 and BB. RGB value is (128,20,187). Sum of RGB (Red+Green+Blue) = 128+20+187=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #8014BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014BB is #7FEB44. Grayscale: #464646. Windows color (decimal): -8383301 or 12260480. OLE color: 12260480.
HSL color Cylindrical-coordinate representation of color #8014BB: hue angle of 278.8º degrees, saturation: 0.81, 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 #8014BB is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 20 | 187 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.27 |
| HSL | 278.8º | 0.81% | 0.41% | - |
| HSV(B) | 278.8º | 0.89% | 0.73% | - |
| XYZ | 18.12 | 8.68 | 47.73 | - |
| YUV | 71.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 187 | 0.32 | 0.89 | 0 | 0.27 | 278.8 | 0.81 | 0.41 |
| Hex | 80 | 14 | BB | 20 | 59 | 0 | 1B | 117 | 51 | 29 |
| Octal | 200 | 24 | 273 | 40 | 131 | 0 | 33 | 427 | 121 | 51 |
| Binary | 10000000 | 10100 | 10111011 | 100000 | 1011001 | 0 | 11011 | 100010111 | 1010001 | 101001 |
Color Harmonies of #8014BB
Complementary color
Monochromatic Colors of #8014BB
Black with #8014BB
Text Example
Text Example
White with #8014BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014BB; }
p { color: rgb(128,20,187); }
H1.HeaderClassName
{
color: #8014BB;
}
.AnyTagClassName
{
color: #8014BB;
}
</style>
background-color css
<style>
a { background-color: #8014BB; }
a { background-color: rgb(128,20,187); }
div.DivClassName
{
background-color: #8014BB;
}
.BgClassName
{
background-color: #8014BB;
}
</style>
border-color css
<style>
span { border-color: #8014BB; }
span { border-color: rgb(128,20,187); }
td.TdClassName
{
border-color: #8014BB;
}
.TagClassName
{
border-color: #8014BB;
}
</style>