Shades of Blue Violet #8636EB
Tints of Blue Violet #8636EB
RGB
CMYK
RGB Variations
Color information
#8636EB (or 0x8636EB) is known color: Blue Violet. HEX triplet: 86, 36 and EB. RGB value is (134,54,235). Sum of RGB (Red+Green+Blue) = 134+54+235=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #8636EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8636EB is #79C914. Grayscale: #616161. Windows color (decimal): -7981333 or 15414918. OLE color: 15414918.
HSL color Cylindrical-coordinate representation of color #8636EB: hue angle of 266.52º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8636EB is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 54 | 235 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.08 |
| HSL | 266.52º | 0.82% | 0.57% | - |
| HSV(B) | 266.52º | 0.77% | 0.92% | - |
| XYZ | 26.15 | 13.7 | 79.86 | - |
| YUV | 98.55 | 205 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 235 | 0.43 | 0.77 | 0 | 0.08 | 266.52 | 0.82 | 0.57 |
| Hex | 86 | 36 | EB | 2B | 4D | 0 | 8 | 10B | 52 | 39 |
| Octal | 206 | 66 | 353 | 53 | 115 | 0 | 10 | 413 | 122 | 71 |
| Binary | 10000110 | 110110 | 11101011 | 101011 | 1001101 | 0 | 1000 | 100001011 | 1010010 | 111001 |
Color Harmonies of #8636EB
Complementary color
Monochromatic Colors of #8636EB
Black with #8636EB
Text Example
Text Example
White with #8636EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8636EB; }
p { color: rgb(134,54,235); }
H1.HeaderClassName
{
color: #8636EB;
}
.AnyTagClassName
{
color: #8636EB;
}
</style>
background-color css
<style>
a { background-color: #8636EB; }
a { background-color: rgb(134,54,235); }
div.DivClassName
{
background-color: #8636EB;
}
.BgClassName
{
background-color: #8636EB;
}
</style>
border-color css
<style>
span { border-color: #8636EB; }
span { border-color: rgb(134,54,235); }
td.TdClassName
{
border-color: #8636EB;
}
.TagClassName
{
border-color: #8636EB;
}
</style>