Shades of Dark Violet #8203D8
Tints of Dark Violet #8203D8
RGB
CMYK
RGB Variations
Color information
#8203D8 (or 0x8203D8) is known color: Dark Violet. HEX triplet: 82, 03 and D8. RGB value is (130,3,216). Sum of RGB (Red+Green+Blue) = 130+3+216=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #8203D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8203D8 is #7DFC27. Grayscale: #404040. Windows color (decimal): -8256552 or 14156674. OLE color: 14156674.
HSL color Cylindrical-coordinate representation of color #8203D8: hue angle of 275.77º 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 #8203D8 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 3 | 216 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.15 |
| HSL | 275.77º | 0.97% | 0.43% | - |
| HSV(B) | 275.77º | 0.99% | 0.85% | - |
| XYZ | 21.63 | 9.77 | 65.71 | - |
| YUV | 65.26 | 213.08 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 216 | 0.40 | 0.99 | 0 | 0.15 | 275.77 | 0.97 | 0.43 |
| Hex | 82 | 3 | D8 | 28 | 63 | 0 | F | 114 | 61 | 2B |
| Octal | 202 | 3 | 330 | 50 | 143 | 0 | 17 | 424 | 141 | 53 |
| Binary | 10000010 | 11 | 11011000 | 101000 | 1100011 | 0 | 1111 | 100010100 | 1100001 | 101011 |
Color Harmonies of #8203D8
Complementary color
Monochromatic Colors of #8203D8
Black with #8203D8
Text Example
Text Example
White with #8203D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203D8; }
p { color: rgb(130,3,216); }
H1.HeaderClassName
{
color: #8203D8;
}
.AnyTagClassName
{
color: #8203D8;
}
</style>
background-color css
<style>
a { background-color: #8203D8; }
a { background-color: rgb(130,3,216); }
div.DivClassName
{
background-color: #8203D8;
}
.BgClassName
{
background-color: #8203D8;
}
</style>
border-color css
<style>
span { border-color: #8203D8; }
span { border-color: rgb(130,3,216); }
td.TdClassName
{
border-color: #8203D8;
}
.TagClassName
{
border-color: #8203D8;
}
</style>