Shades of Dark Violet #8017BD
Tints of Dark Violet #8017BD
RGB
CMYK
RGB Variations
Color information
#8017BD (or 0x8017BD) is known color: Dark Violet. HEX triplet: 80, 17 and BD. RGB value is (128,23,189). Sum of RGB (Red+Green+Blue) = 128+23+189=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #8017BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8017BD is #7FE842. Grayscale: #484848. Windows color (decimal): -8382531 or 12392320. OLE color: 12392320.
HSL color Cylindrical-coordinate representation of color #8017BD: hue angle of 277.95º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8017BD is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 23 | 189 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.26 |
| HSL | 277.95º | 0.78% | 0.42% | - |
| HSV(B) | 277.95º | 0.88% | 0.74% | - |
| XYZ | 18.39 | 8.88 | 48.89 | - |
| YUV | 73.32 | 193.29 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 189 | 0.32 | 0.88 | 0 | 0.26 | 277.95 | 0.78 | 0.42 |
| Hex | 80 | 17 | BD | 20 | 58 | 0 | 1A | 116 | 4E | 2A |
| Octal | 200 | 27 | 275 | 40 | 130 | 0 | 32 | 426 | 116 | 52 |
| Binary | 10000000 | 10111 | 10111101 | 100000 | 1011000 | 0 | 11010 | 100010110 | 1001110 | 101010 |
Color Harmonies of #8017BD
Complementary color
Monochromatic Colors of #8017BD
Black with #8017BD
Text Example
Text Example
White with #8017BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017BD; }
p { color: rgb(128,23,189); }
H1.HeaderClassName
{
color: #8017BD;
}
.AnyTagClassName
{
color: #8017BD;
}
</style>
background-color css
<style>
a { background-color: #8017BD; }
a { background-color: rgb(128,23,189); }
div.DivClassName
{
background-color: #8017BD;
}
.BgClassName
{
background-color: #8017BD;
}
</style>
border-color css
<style>
span { border-color: #8017BD; }
span { border-color: rgb(128,23,189); }
td.TdClassName
{
border-color: #8017BD;
}
.TagClassName
{
border-color: #8017BD;
}
</style>