Shades of Dark Violet #8213BE
Tints of Dark Violet #8213BE
RGB
CMYK
RGB Variations
Color information
#8213BE (or 0x8213BE) is known color: Dark Violet. HEX triplet: 82, 13 and BE. RGB value is (130,19,190). Sum of RGB (Red+Green+Blue) = 130+19+190=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #8213BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213BE is #7DEC41. Grayscale: #474747. Windows color (decimal): -8252482 or 12456834. OLE color: 12456834.
HSL color Cylindrical-coordinate representation of color #8213BE: hue angle of 278.95º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8213BE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 19 | 190 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.25 |
| HSL | 278.95º | 0.82% | 0.41% | - |
| HSV(B) | 278.95º | 0.9% | 0.75% | - |
| XYZ | 18.73 | 8.93 | 49.45 | - |
| YUV | 71.68 | 194.77 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 190 | 0.32 | 0.90 | 0 | 0.25 | 278.95 | 0.82 | 0.41 |
| Hex | 82 | 13 | BE | 20 | 5A | 0 | 19 | 117 | 52 | 29 |
| Octal | 202 | 23 | 276 | 40 | 132 | 0 | 31 | 427 | 122 | 51 |
| Binary | 10000010 | 10011 | 10111110 | 100000 | 1011010 | 0 | 11001 | 100010111 | 1010010 | 101001 |
Color Harmonies of #8213BE
Complementary color
Monochromatic Colors of #8213BE
Black with #8213BE
Text Example
Text Example
White with #8213BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213BE; }
p { color: rgb(130,19,190); }
H1.HeaderClassName
{
color: #8213BE;
}
.AnyTagClassName
{
color: #8213BE;
}
</style>
background-color css
<style>
a { background-color: #8213BE; }
a { background-color: rgb(130,19,190); }
div.DivClassName
{
background-color: #8213BE;
}
.BgClassName
{
background-color: #8213BE;
}
</style>
border-color css
<style>
span { border-color: #8213BE; }
span { border-color: rgb(130,19,190); }
td.TdClassName
{
border-color: #8213BE;
}
.TagClassName
{
border-color: #8213BE;
}
</style>