Shades of Blue Violet #8639EC
Tints of Blue Violet #8639EC
RGB
CMYK
RGB Variations
Color information
#8639EC (or 0x8639EC) is known color: Blue Violet. HEX triplet: 86, 39 and EC. RGB value is (134,57,236). Sum of RGB (Red+Green+Blue) = 134+57+236=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #8639EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8639EC is #79C613. Grayscale: #636363. Windows color (decimal): -7980564 or 15481222. OLE color: 15481222.
HSL color Cylindrical-coordinate representation of color #8639EC: hue angle of 265.81º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8639EC is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 57 | 236 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.07 |
| HSL | 265.81º | 0.82% | 0.57% | - |
| HSV(B) | 265.81º | 0.76% | 0.93% | - |
| XYZ | 26.43 | 14.05 | 80.68 | - |
| YUV | 100.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 236 | 0.43 | 0.76 | 0 | 0.07 | 265.81 | 0.82 | 0.57 |
| Hex | 86 | 39 | EC | 2B | 4C | 0 | 7 | 10A | 52 | 39 |
| Octal | 206 | 71 | 354 | 53 | 114 | 0 | 7 | 412 | 122 | 71 |
| Binary | 10000110 | 111001 | 11101100 | 101011 | 1001100 | 0 | 111 | 100001010 | 1010010 | 111001 |
Color Harmonies of #8639EC
Complementary color
Monochromatic Colors of #8639EC
Black with #8639EC
Text Example
Text Example
White with #8639EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8639EC; }
p { color: rgb(134,57,236); }
H1.HeaderClassName
{
color: #8639EC;
}
.AnyTagClassName
{
color: #8639EC;
}
</style>
background-color css
<style>
a { background-color: #8639EC; }
a { background-color: rgb(134,57,236); }
div.DivClassName
{
background-color: #8639EC;
}
.BgClassName
{
background-color: #8639EC;
}
</style>
border-color css
<style>
span { border-color: #8639EC; }
span { border-color: rgb(134,57,236); }
td.TdClassName
{
border-color: #8639EC;
}
.TagClassName
{
border-color: #8639EC;
}
</style>