Shades of Dark Violet #8203CA
Tints of Dark Violet #8203CA
RGB
CMYK
RGB Variations
Color information
#8203CA (or 0x8203CA) is known color: Dark Violet. HEX triplet: 82, 03 and CA. RGB value is (130,3,202). Sum of RGB (Red+Green+Blue) = 130+3+202=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #8203CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8203CA is #7DFC35. Grayscale: #3E3E3E. Windows color (decimal): -8256566 or 13239170. OLE color: 13239170.
HSL color Cylindrical-coordinate representation of color #8203CA: hue angle of 278.29º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8203CA is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 3 | 202 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.21 |
| HSL | 278.29º | 0.97% | 0.4% | - |
| HSV(B) | 278.29º | 0.99% | 0.79% | - |
| XYZ | 19.9 | 9.08 | 56.58 | - |
| YUV | 63.66 | 206.08 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 202 | 0.36 | 0.99 | 0 | 0.21 | 278.29 | 0.97 | 0.4 |
| Hex | 82 | 3 | CA | 24 | 63 | 0 | 15 | 116 | 61 | 28 |
| Octal | 202 | 3 | 312 | 44 | 143 | 0 | 25 | 426 | 141 | 50 |
| Binary | 10000010 | 11 | 11001010 | 100100 | 1100011 | 0 | 10101 | 100010110 | 1100001 | 101000 |
Color Harmonies of #8203CA
Complementary color
Monochromatic Colors of #8203CA
Black with #8203CA
Text Example
Text Example
White with #8203CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203CA; }
p { color: rgb(130,3,202); }
H1.HeaderClassName
{
color: #8203CA;
}
.AnyTagClassName
{
color: #8203CA;
}
</style>
background-color css
<style>
a { background-color: #8203CA; }
a { background-color: rgb(130,3,202); }
div.DivClassName
{
background-color: #8203CA;
}
.BgClassName
{
background-color: #8203CA;
}
</style>
border-color css
<style>
span { border-color: #8203CA; }
span { border-color: rgb(130,3,202); }
td.TdClassName
{
border-color: #8203CA;
}
.TagClassName
{
border-color: #8203CA;
}
</style>