Shades of Dark Violet #8506EA
Tints of Dark Violet #8506EA
RGB
CMYK
RGB Variations
Color information
#8506EA (or 0x8506EA) is known color: Dark Violet. HEX triplet: 85, 06 and EA. RGB value is (133,6,234). Sum of RGB (Red+Green+Blue) = 133+6+234=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #8506EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8506EA is #7AF915. Grayscale: #454545. Windows color (decimal): -8059158 or 15337093. OLE color: 15337093.
HSL color Cylindrical-coordinate representation of color #8506EA: hue angle of 273.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506EA is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 6 | 234 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.08 |
| HSL | 273.42º | 0.95% | 0.47% | - |
| HSV(B) | 273.42º | 0.97% | 0.92% | - |
| XYZ | 24.59 | 11.06 | 78.68 | - |
| YUV | 69.97 | 220.58 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 234 | 0.43 | 0.97 | 0 | 0.08 | 273.42 | 0.95 | 0.47 |
| Hex | 85 | 6 | EA | 2B | 61 | 0 | 8 | 111 | 5F | 2F |
| Octal | 205 | 6 | 352 | 53 | 141 | 0 | 10 | 421 | 137 | 57 |
| Binary | 10000101 | 110 | 11101010 | 101011 | 1100001 | 0 | 1000 | 100010001 | 1011111 | 101111 |
Color Harmonies of #8506EA
Complementary color
Monochromatic Colors of #8506EA
Black with #8506EA
Text Example
Text Example
White with #8506EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506EA; }
p { color: rgb(133,6,234); }
H1.HeaderClassName
{
color: #8506EA;
}
.AnyTagClassName
{
color: #8506EA;
}
</style>
background-color css
<style>
a { background-color: #8506EA; }
a { background-color: rgb(133,6,234); }
div.DivClassName
{
background-color: #8506EA;
}
.BgClassName
{
background-color: #8506EA;
}
</style>
border-color css
<style>
span { border-color: #8506EA; }
span { border-color: rgb(133,6,234); }
td.TdClassName
{
border-color: #8506EA;
}
.TagClassName
{
border-color: #8506EA;
}
</style>