Shades of Dark Violet #8402ED
Tints of Dark Violet #8402ED
RGB
CMYK
RGB Variations
Color information
#8402ED (or 0x8402ED) is known color: Dark Violet. HEX triplet: 84, 02 and ED. RGB value is (132,2,237). Sum of RGB (Red+Green+Blue) = 132+2+237=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #8402ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8402ED is #7BFD12. Grayscale: #424242. Windows color (decimal): -8125715 or 15532676. OLE color: 15532676.
HSL color Cylindrical-coordinate representation of color #8402ED: hue angle of 273.19º 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 #8402ED is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 2 | 237 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.07 |
| HSL | 273.19º | 0.98% | 0.47% | - |
| HSV(B) | 273.19º | 0.99% | 0.93% | - |
| XYZ | 24.82 | 11.06 | 80.95 | - |
| YUV | 67.66 | 223.57 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 237 | 0.44 | 0.99 | 0 | 0.07 | 273.19 | 0.98 | 0.47 |
| Hex | 84 | 2 | ED | 2C | 63 | 0 | 7 | 111 | 62 | 2F |
| Octal | 204 | 2 | 355 | 54 | 143 | 0 | 7 | 421 | 142 | 57 |
| Binary | 10000100 | 10 | 11101101 | 101100 | 1100011 | 0 | 111 | 100010001 | 1100010 | 101111 |
Color Harmonies of #8402ED
Complementary color
Monochromatic Colors of #8402ED
Black with #8402ED
Text Example
Text Example
White with #8402ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8402ED; }
p { color: rgb(132,2,237); }
H1.HeaderClassName
{
color: #8402ED;
}
.AnyTagClassName
{
color: #8402ED;
}
</style>
background-color css
<style>
a { background-color: #8402ED; }
a { background-color: rgb(132,2,237); }
div.DivClassName
{
background-color: #8402ED;
}
.BgClassName
{
background-color: #8402ED;
}
</style>
border-color css
<style>
span { border-color: #8402ED; }
span { border-color: rgb(132,2,237); }
td.TdClassName
{
border-color: #8402ED;
}
.TagClassName
{
border-color: #8402ED;
}
</style>