Shades of Dark Violet #8504E9
Tints of Dark Violet #8504E9
RGB
CMYK
RGB Variations
Color information
#8504E9 (or 0x8504E9) is known color: Dark Violet. HEX triplet: 85, 04 and E9. RGB value is (133,4,233). Sum of RGB (Red+Green+Blue) = 133+4+233=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 233 (91.41% from 255 or 62.97% from 370); Max value from RGB is 233 - color contains mainly: blue. Hex color #8504E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8504E9 is #7AFB16. Grayscale: #434343. Windows color (decimal): -8059671 or 15271045. OLE color: 15271045.
HSL color Cylindrical-coordinate representation of color #8504E9: hue angle of 273.8º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8504E9 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 4 | 233 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.09 |
| HSL | 273.8º | 0.97% | 0.46% | - |
| HSV(B) | 273.8º | 0.98% | 0.91% | - |
| XYZ | 24.42 | 10.96 | 77.92 | - |
| YUV | 68.68 | 220.74 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 233 | 0.43 | 0.98 | 0 | 0.09 | 273.8 | 0.97 | 0.46 |
| Hex | 85 | 4 | E9 | 2B | 62 | 0 | 9 | 112 | 61 | 2E |
| Octal | 205 | 4 | 351 | 53 | 142 | 0 | 11 | 422 | 141 | 56 |
| Binary | 10000101 | 100 | 11101001 | 101011 | 1100010 | 0 | 1001 | 100010010 | 1100001 | 101110 |
Color Harmonies of #8504E9
Complementary color
Monochromatic Colors of #8504E9
Black with #8504E9
Text Example
Text Example
White with #8504E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8504E9; }
p { color: rgb(133,4,233); }
H1.HeaderClassName
{
color: #8504E9;
}
.AnyTagClassName
{
color: #8504E9;
}
</style>
background-color css
<style>
a { background-color: #8504E9; }
a { background-color: rgb(133,4,233); }
div.DivClassName
{
background-color: #8504E9;
}
.BgClassName
{
background-color: #8504E9;
}
</style>
border-color css
<style>
span { border-color: #8504E9; }
span { border-color: rgb(133,4,233); }
td.TdClassName
{
border-color: #8504E9;
}
.TagClassName
{
border-color: #8504E9;
}
</style>