Shades of Dark Violet #8403EE
Tints of Dark Violet #8403EE
RGB
CMYK
RGB Variations
Color information
#8403EE (or 0x8403EE) is known color: Dark Violet. HEX triplet: 84, 03 and EE. RGB value is (132,3,238). Sum of RGB (Red+Green+Blue) = 132+3+238=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #8403EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8403EE is #7BFC11. Grayscale: #434343. Windows color (decimal): -8125458 or 15598468. OLE color: 15598468.
HSL color Cylindrical-coordinate representation of color #8403EE: hue angle of 272.94º 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 #8403EE is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 3 | 238 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.07 |
| HSL | 272.94º | 0.98% | 0.47% | - |
| HSV(B) | 272.94º | 0.99% | 0.93% | - |
| XYZ | 24.98 | 11.14 | 81.72 | - |
| YUV | 68.36 | 223.74 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 238 | 0.45 | 0.99 | 0 | 0.07 | 272.94 | 0.98 | 0.47 |
| Hex | 84 | 3 | EE | 2D | 63 | 0 | 7 | 111 | 62 | 2F |
| Octal | 204 | 3 | 356 | 55 | 143 | 0 | 7 | 421 | 142 | 57 |
| Binary | 10000100 | 11 | 11101110 | 101101 | 1100011 | 0 | 111 | 100010001 | 1100010 | 101111 |
Color Harmonies of #8403EE
Complementary color
Monochromatic Colors of #8403EE
Black with #8403EE
Text Example
Text Example
White with #8403EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403EE; }
p { color: rgb(132,3,238); }
H1.HeaderClassName
{
color: #8403EE;
}
.AnyTagClassName
{
color: #8403EE;
}
</style>
background-color css
<style>
a { background-color: #8403EE; }
a { background-color: rgb(132,3,238); }
div.DivClassName
{
background-color: #8403EE;
}
.BgClassName
{
background-color: #8403EE;
}
</style>
border-color css
<style>
span { border-color: #8403EE; }
span { border-color: rgb(132,3,238); }
td.TdClassName
{
border-color: #8403EE;
}
.TagClassName
{
border-color: #8403EE;
}
</style>