Shades of Dark Violet #8213CF
Tints of Dark Violet #8213CF
RGB
CMYK
RGB Variations
Color information
#8213CF (or 0x8213CF) is known color: Dark Violet. HEX triplet: 82, 13 and CF. RGB value is (130,19,207). Sum of RGB (Red+Green+Blue) = 130+19+207=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #8213CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213CF is #7DEC30. Grayscale: #484848. Windows color (decimal): -8252465 or 13570946. OLE color: 13570946.
HSL color Cylindrical-coordinate representation of color #8213CF: hue angle of 275.43º 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 #8213CF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 19 | 207 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.19 |
| HSL | 275.43º | 0.83% | 0.44% | - |
| HSV(B) | 275.43º | 0.91% | 0.81% | - |
| XYZ | 20.7 | 9.72 | 59.82 | - |
| YUV | 73.62 | 203.27 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 207 | 0.37 | 0.91 | 0 | 0.19 | 275.43 | 0.83 | 0.44 |
| Hex | 82 | 13 | CF | 25 | 5B | 0 | 13 | 113 | 53 | 2C |
| Octal | 202 | 23 | 317 | 45 | 133 | 0 | 23 | 423 | 123 | 54 |
| Binary | 10000010 | 10011 | 11001111 | 100101 | 1011011 | 0 | 10011 | 100010011 | 1010011 | 101100 |
Color Harmonies of #8213CF
Complementary color
Monochromatic Colors of #8213CF
Black with #8213CF
Text Example
Text Example
White with #8213CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213CF; }
p { color: rgb(130,19,207); }
H1.HeaderClassName
{
color: #8213CF;
}
.AnyTagClassName
{
color: #8213CF;
}
</style>
background-color css
<style>
a { background-color: #8213CF; }
a { background-color: rgb(130,19,207); }
div.DivClassName
{
background-color: #8213CF;
}
.BgClassName
{
background-color: #8213CF;
}
</style>
border-color css
<style>
span { border-color: #8213CF; }
span { border-color: rgb(130,19,207); }
td.TdClassName
{
border-color: #8213CF;
}
.TagClassName
{
border-color: #8213CF;
}
</style>