Shades of Dark Violet #8017BB
Tints of Dark Violet #8017BB
RGB
CMYK
RGB Variations
Color information
#8017BB (or 0x8017BB) is known color: Dark Violet. HEX triplet: 80, 17 and BB. RGB value is (128,23,187). Sum of RGB (Red+Green+Blue) = 128+23+187=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #8017BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8017BB is #7FE844. Grayscale: #484848. Windows color (decimal): -8382533 or 12261248. OLE color: 12261248.
HSL color Cylindrical-coordinate representation of color #8017BB: hue angle of 278.41º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8017BB is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 23 | 187 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.27 |
| HSL | 278.41º | 0.78% | 0.41% | - |
| HSV(B) | 278.41º | 0.88% | 0.73% | - |
| XYZ | 18.18 | 8.79 | 47.75 | - |
| YUV | 73.09 | 192.29 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 187 | 0.32 | 0.88 | 0 | 0.27 | 278.41 | 0.78 | 0.41 |
| Hex | 80 | 17 | BB | 20 | 58 | 0 | 1B | 116 | 4E | 29 |
| Octal | 200 | 27 | 273 | 40 | 130 | 0 | 33 | 426 | 116 | 51 |
| Binary | 10000000 | 10111 | 10111011 | 100000 | 1011000 | 0 | 11011 | 100010110 | 1001110 | 101001 |
Color Harmonies of #8017BB
Complementary color
Monochromatic Colors of #8017BB
Black with #8017BB
Text Example
Text Example
White with #8017BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017BB; }
p { color: rgb(128,23,187); }
H1.HeaderClassName
{
color: #8017BB;
}
.AnyTagClassName
{
color: #8017BB;
}
</style>
background-color css
<style>
a { background-color: #8017BB; }
a { background-color: rgb(128,23,187); }
div.DivClassName
{
background-color: #8017BB;
}
.BgClassName
{
background-color: #8017BB;
}
</style>
border-color css
<style>
span { border-color: #8017BB; }
span { border-color: rgb(128,23,187); }
td.TdClassName
{
border-color: #8017BB;
}
.TagClassName
{
border-color: #8017BB;
}
</style>