Shades of Dark Violet #8217BC
Tints of Dark Violet #8217BC
RGB
CMYK
RGB Variations
Color information
#8217BC (or 0x8217BC) is known color: Dark Violet. HEX triplet: 82, 17 and BC. RGB value is (130,23,188). Sum of RGB (Red+Green+Blue) = 130+23+188=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #8217BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217BC is #7DE843. Grayscale: #494949. Windows color (decimal): -8251460 or 12326786. OLE color: 12326786.
HSL color Cylindrical-coordinate representation of color #8217BC: hue angle of 278.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8217BC is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 23 | 188 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.26 |
| HSL | 278.91º | 0.78% | 0.41% | - |
| HSV(B) | 278.91º | 0.88% | 0.74% | - |
| XYZ | 18.59 | 8.99 | 48.33 | - |
| YUV | 73.8 | 192.45 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 188 | 0.31 | 0.88 | 0 | 0.26 | 278.91 | 0.78 | 0.41 |
| Hex | 82 | 17 | BC | 1F | 58 | 0 | 1A | 117 | 4E | 29 |
| Octal | 202 | 27 | 274 | 37 | 130 | 0 | 32 | 427 | 116 | 51 |
| Binary | 10000010 | 10111 | 10111100 | 11111 | 1011000 | 0 | 11010 | 100010111 | 1001110 | 101001 |
Color Harmonies of #8217BC
Complementary color
Monochromatic Colors of #8217BC
Black with #8217BC
Text Example
Text Example
White with #8217BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8217BC; }
p { color: rgb(130,23,188); }
H1.HeaderClassName
{
color: #8217BC;
}
.AnyTagClassName
{
color: #8217BC;
}
</style>
background-color css
<style>
a { background-color: #8217BC; }
a { background-color: rgb(130,23,188); }
div.DivClassName
{
background-color: #8217BC;
}
.BgClassName
{
background-color: #8217BC;
}
</style>
border-color css
<style>
span { border-color: #8217BC; }
span { border-color: rgb(130,23,188); }
td.TdClassName
{
border-color: #8217BC;
}
.TagClassName
{
border-color: #8217BC;
}
</style>