Shades of Dark Violet #8605ED
Tints of Dark Violet #8605ED
RGB
CMYK
RGB Variations
Color information
#8605ED (or 0x8605ED) is known color: Dark Violet. HEX triplet: 86, 05 and ED. RGB value is (134,5,237). Sum of RGB (Red+Green+Blue) = 134+5+237=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #8605ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8605ED is #79FA12. Grayscale: #454545. Windows color (decimal): -7993875 or 15533446. OLE color: 15533446.
HSL color Cylindrical-coordinate representation of color #8605ED: hue angle of 273.36º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8605ED is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 5 | 237 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.07 |
| HSL | 273.36º | 0.96% | 0.47% | - |
| HSV(B) | 273.36º | 0.98% | 0.93% | - |
| XYZ | 25.17 | 11.29 | 80.97 | - |
| YUV | 70.02 | 222.24 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 237 | 0.43 | 0.98 | 0 | 0.07 | 273.36 | 0.96 | 0.47 |
| Hex | 86 | 5 | ED | 2B | 62 | 0 | 7 | 111 | 60 | 2F |
| Octal | 206 | 5 | 355 | 53 | 142 | 0 | 7 | 421 | 140 | 57 |
| Binary | 10000110 | 101 | 11101101 | 101011 | 1100010 | 0 | 111 | 100010001 | 1100000 | 101111 |
Color Harmonies of #8605ED
Complementary color
Monochromatic Colors of #8605ED
Black with #8605ED
Text Example
Text Example
White with #8605ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8605ED; }
p { color: rgb(134,5,237); }
H1.HeaderClassName
{
color: #8605ED;
}
.AnyTagClassName
{
color: #8605ED;
}
</style>
background-color css
<style>
a { background-color: #8605ED; }
a { background-color: rgb(134,5,237); }
div.DivClassName
{
background-color: #8605ED;
}
.BgClassName
{
background-color: #8605ED;
}
</style>
border-color css
<style>
span { border-color: #8605ED; }
span { border-color: rgb(134,5,237); }
td.TdClassName
{
border-color: #8605ED;
}
.TagClassName
{
border-color: #8605ED;
}
</style>