Shades of Dark Violet #8203CE
Tints of Dark Violet #8203CE
RGB
CMYK
RGB Variations
Color information
#8203CE (or 0x8203CE) is known color: Dark Violet. HEX triplet: 82, 03 and CE. RGB value is (130,3,206). Sum of RGB (Red+Green+Blue) = 130+3+206=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #8203CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8203CE is #7DFC31. Grayscale: #3F3F3F. Windows color (decimal): -8256562 or 13501314. OLE color: 13501314.
HSL color Cylindrical-coordinate representation of color #8203CE: hue angle of 277.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8203CE is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 3 | 206 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.19 |
| HSL | 277.54º | 0.97% | 0.41% | - |
| HSV(B) | 277.54º | 0.99% | 0.81% | - |
| XYZ | 20.38 | 9.27 | 59.11 | - |
| YUV | 64.12 | 208.08 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 206 | 0.37 | 0.99 | 0 | 0.19 | 277.54 | 0.97 | 0.41 |
| Hex | 82 | 3 | CE | 25 | 63 | 0 | 13 | 116 | 61 | 29 |
| Octal | 202 | 3 | 316 | 45 | 143 | 0 | 23 | 426 | 141 | 51 |
| Binary | 10000010 | 11 | 11001110 | 100101 | 1100011 | 0 | 10011 | 100010110 | 1100001 | 101001 |
Color Harmonies of #8203CE
Complementary color
Monochromatic Colors of #8203CE
Black with #8203CE
Text Example
Text Example
White with #8203CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203CE; }
p { color: rgb(130,3,206); }
H1.HeaderClassName
{
color: #8203CE;
}
.AnyTagClassName
{
color: #8203CE;
}
</style>
background-color css
<style>
a { background-color: #8203CE; }
a { background-color: rgb(130,3,206); }
div.DivClassName
{
background-color: #8203CE;
}
.BgClassName
{
background-color: #8203CE;
}
</style>
border-color css
<style>
span { border-color: #8203CE; }
span { border-color: rgb(130,3,206); }
td.TdClassName
{
border-color: #8203CE;
}
.TagClassName
{
border-color: #8203CE;
}
</style>