Shades of Dark Violet #8213CE
Tints of Dark Violet #8213CE
RGB
CMYK
RGB Variations
Color information
#8213CE (or 0x8213CE) is known color: Dark Violet. HEX triplet: 82, 13 and CE. RGB value is (130,19,206). Sum of RGB (Red+Green+Blue) = 130+19+206=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #8213CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213CE is #7DEC31. Grayscale: #484848. Windows color (decimal): -8252466 or 13505410. OLE color: 13505410.
HSL color Cylindrical-coordinate representation of color #8213CE: hue angle of 275.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8213CE is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 19 | 206 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.19 |
| HSL | 275.62º | 0.83% | 0.44% | - |
| HSV(B) | 275.62º | 0.91% | 0.81% | - |
| XYZ | 20.58 | 9.67 | 59.17 | - |
| YUV | 73.51 | 202.77 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 206 | 0.37 | 0.91 | 0 | 0.19 | 275.62 | 0.83 | 0.44 |
| Hex | 82 | 13 | CE | 25 | 5B | 0 | 13 | 114 | 53 | 2C |
| Octal | 202 | 23 | 316 | 45 | 133 | 0 | 23 | 424 | 123 | 54 |
| Binary | 10000010 | 10011 | 11001110 | 100101 | 1011011 | 0 | 10011 | 100010100 | 1010011 | 101100 |
Color Harmonies of #8213CE
Complementary color
Monochromatic Colors of #8213CE
Black with #8213CE
Text Example
Text Example
White with #8213CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213CE; }
p { color: rgb(130,19,206); }
H1.HeaderClassName
{
color: #8213CE;
}
.AnyTagClassName
{
color: #8213CE;
}
</style>
background-color css
<style>
a { background-color: #8213CE; }
a { background-color: rgb(130,19,206); }
div.DivClassName
{
background-color: #8213CE;
}
.BgClassName
{
background-color: #8213CE;
}
</style>
border-color css
<style>
span { border-color: #8213CE; }
span { border-color: rgb(130,19,206); }
td.TdClassName
{
border-color: #8213CE;
}
.TagClassName
{
border-color: #8213CE;
}
</style>