Shades of Dark Violet #8203ED
Tints of Dark Violet #8203ED
RGB
CMYK
RGB Variations
Color information
#8203ED (or 0x8203ED) is known color: Dark Violet. HEX triplet: 82, 03 and ED. RGB value is (130,3,237). Sum of RGB (Red+Green+Blue) = 130+3+237=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #8203ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8203ED is #7DFC12. Grayscale: #424242. Windows color (decimal): -8256531 or 15532930. OLE color: 15532930.
HSL color Cylindrical-coordinate representation of color #8203ED: hue angle of 272.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8203ED is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 3 | 237 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.07 |
| HSL | 272.56º | 0.98% | 0.47% | - |
| HSV(B) | 272.56º | 0.99% | 0.93% | - |
| XYZ | 24.52 | 10.93 | 80.94 | - |
| YUV | 67.65 | 223.58 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 237 | 0.45 | 0.99 | 0 | 0.07 | 272.56 | 0.98 | 0.47 |
| Hex | 82 | 3 | ED | 2D | 63 | 0 | 7 | 111 | 62 | 2F |
| Octal | 202 | 3 | 355 | 55 | 143 | 0 | 7 | 421 | 142 | 57 |
| Binary | 10000010 | 11 | 11101101 | 101101 | 1100011 | 0 | 111 | 100010001 | 1100010 | 101111 |
Color Harmonies of #8203ED
Complementary color
Monochromatic Colors of #8203ED
Black with #8203ED
Text Example
Text Example
White with #8203ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203ED; }
p { color: rgb(130,3,237); }
H1.HeaderClassName
{
color: #8203ED;
}
.AnyTagClassName
{
color: #8203ED;
}
</style>
background-color css
<style>
a { background-color: #8203ED; }
a { background-color: rgb(130,3,237); }
div.DivClassName
{
background-color: #8203ED;
}
.BgClassName
{
background-color: #8203ED;
}
</style>
border-color css
<style>
span { border-color: #8203ED; }
span { border-color: rgb(130,3,237); }
td.TdClassName
{
border-color: #8203ED;
}
.TagClassName
{
border-color: #8203ED;
}
</style>