Shades of Blue Violet #8636EE
Tints of Blue Violet #8636EE
RGB
CMYK
RGB Variations
Color information
#8636EE (or 0x8636EE) is known color: Blue Violet. HEX triplet: 86, 36 and EE. RGB value is (134,54,238). Sum of RGB (Red+Green+Blue) = 134+54+238=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #8636EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8636EE is #79C911. Grayscale: #626262. Windows color (decimal): -7981330 or 15611526. OLE color: 15611526.
HSL color Cylindrical-coordinate representation of color #8636EE: hue angle of 266.09º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8636EE is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 54 | 238 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.07 |
| HSL | 266.09º | 0.84% | 0.57% | - |
| HSV(B) | 266.09º | 0.77% | 0.93% | - |
| XYZ | 26.58 | 13.88 | 82.17 | - |
| YUV | 98.9 | 206.5 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 238 | 0.44 | 0.77 | 0 | 0.07 | 266.09 | 0.84 | 0.57 |
| Hex | 86 | 36 | EE | 2C | 4D | 0 | 7 | 10A | 54 | 39 |
| Octal | 206 | 66 | 356 | 54 | 115 | 0 | 7 | 412 | 124 | 71 |
| Binary | 10000110 | 110110 | 11101110 | 101100 | 1001101 | 0 | 111 | 100001010 | 1010100 | 111001 |
Color Harmonies of #8636EE
Complementary color
Monochromatic Colors of #8636EE
Black with #8636EE
Text Example
Text Example
White with #8636EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8636EE; }
p { color: rgb(134,54,238); }
H1.HeaderClassName
{
color: #8636EE;
}
.AnyTagClassName
{
color: #8636EE;
}
</style>
background-color css
<style>
a { background-color: #8636EE; }
a { background-color: rgb(134,54,238); }
div.DivClassName
{
background-color: #8636EE;
}
.BgClassName
{
background-color: #8636EE;
}
</style>
border-color css
<style>
span { border-color: #8636EE; }
span { border-color: rgb(134,54,238); }
td.TdClassName
{
border-color: #8636EE;
}
.TagClassName
{
border-color: #8636EE;
}
</style>