Shades of Dark Violet #8203DA
Tints of Dark Violet #8203DA
RGB
CMYK
RGB Variations
Color information
#8203DA (or 0x8203DA) is known color: Dark Violet. HEX triplet: 82, 03 and DA. RGB value is (130,3,218). Sum of RGB (Red+Green+Blue) = 130+3+218=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #8203DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8203DA is #7DFC25. Grayscale: #404040. Windows color (decimal): -8256550 or 14287746. OLE color: 14287746.
HSL color Cylindrical-coordinate representation of color #8203DA: hue angle of 275.44º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8203DA is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 3 | 218 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.15 |
| HSL | 275.44º | 0.97% | 0.43% | - |
| HSV(B) | 275.44º | 0.99% | 0.85% | - |
| XYZ | 21.89 | 9.87 | 67.08 | - |
| YUV | 65.48 | 214.08 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 218 | 0.40 | 0.99 | 0 | 0.15 | 275.44 | 0.97 | 0.43 |
| Hex | 82 | 3 | DA | 28 | 63 | 0 | F | 113 | 61 | 2B |
| Octal | 202 | 3 | 332 | 50 | 143 | 0 | 17 | 423 | 141 | 53 |
| Binary | 10000010 | 11 | 11011010 | 101000 | 1100011 | 0 | 1111 | 100010011 | 1100001 | 101011 |
Color Harmonies of #8203DA
Complementary color
Monochromatic Colors of #8203DA
Black with #8203DA
Text Example
Text Example
White with #8203DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203DA; }
p { color: rgb(130,3,218); }
H1.HeaderClassName
{
color: #8203DA;
}
.AnyTagClassName
{
color: #8203DA;
}
</style>
background-color css
<style>
a { background-color: #8203DA; }
a { background-color: rgb(130,3,218); }
div.DivClassName
{
background-color: #8203DA;
}
.BgClassName
{
background-color: #8203DA;
}
</style>
border-color css
<style>
span { border-color: #8203DA; }
span { border-color: rgb(130,3,218); }
td.TdClassName
{
border-color: #8203DA;
}
.TagClassName
{
border-color: #8203DA;
}
</style>