Shades of Dark Violet #8503EA
Tints of Dark Violet #8503EA
RGB
CMYK
RGB Variations
Color information
#8503EA (or 0x8503EA) is known color: Dark Violet. HEX triplet: 85, 03 and EA. RGB value is (133,3,234). Sum of RGB (Red+Green+Blue) = 133+3+234=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #8503EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8503EA is #7AFC15. Grayscale: #434343. Windows color (decimal): -8059926 or 15336325. OLE color: 15336325.
HSL color Cylindrical-coordinate representation of color #8503EA: hue angle of 273.77º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8503EA is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 3 | 234 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.08 |
| HSL | 273.77º | 0.97% | 0.46% | - |
| HSV(B) | 273.77º | 0.99% | 0.92% | - |
| XYZ | 24.56 | 10.99 | 78.67 | - |
| YUV | 68.2 | 221.57 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 234 | 0.43 | 0.99 | 0 | 0.08 | 273.77 | 0.97 | 0.46 |
| Hex | 85 | 3 | EA | 2B | 63 | 0 | 8 | 112 | 61 | 2E |
| Octal | 205 | 3 | 352 | 53 | 143 | 0 | 10 | 422 | 141 | 56 |
| Binary | 10000101 | 11 | 11101010 | 101011 | 1100011 | 0 | 1000 | 100010010 | 1100001 | 101110 |
Color Harmonies of #8503EA
Complementary color
Monochromatic Colors of #8503EA
Black with #8503EA
Text Example
Text Example
White with #8503EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8503EA; }
p { color: rgb(133,3,234); }
H1.HeaderClassName
{
color: #8503EA;
}
.AnyTagClassName
{
color: #8503EA;
}
</style>
background-color css
<style>
a { background-color: #8503EA; }
a { background-color: rgb(133,3,234); }
div.DivClassName
{
background-color: #8503EA;
}
.BgClassName
{
background-color: #8503EA;
}
</style>
border-color css
<style>
span { border-color: #8503EA; }
span { border-color: rgb(133,3,234); }
td.TdClassName
{
border-color: #8503EA;
}
.TagClassName
{
border-color: #8503EA;
}
</style>