Shades of Blue Violet #8635EE
Tints of Blue Violet #8635EE
RGB
CMYK
RGB Variations
Color information
#8635EE (or 0x8635EE) is known color: Blue Violet. HEX triplet: 86, 35 and EE. RGB value is (134,53,238). Sum of RGB (Red+Green+Blue) = 134+53+238=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #8635EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8635EE is #79CA11. Grayscale: #616161. Windows color (decimal): -7981586 or 15611270. OLE color: 15611270.
HSL color Cylindrical-coordinate representation of color #8635EE: hue angle of 266.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8635EE is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 53 | 238 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.07 |
| HSL | 266.27º | 0.84% | 0.57% | - |
| HSV(B) | 266.27º | 0.78% | 0.93% | - |
| XYZ | 26.54 | 13.79 | 82.15 | - |
| YUV | 98.31 | 206.84 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 238 | 0.44 | 0.78 | 0 | 0.07 | 266.27 | 0.84 | 0.57 |
| Hex | 86 | 35 | EE | 2C | 4E | 0 | 7 | 10A | 54 | 39 |
| Octal | 206 | 65 | 356 | 54 | 116 | 0 | 7 | 412 | 124 | 71 |
| Binary | 10000110 | 110101 | 11101110 | 101100 | 1001110 | 0 | 111 | 100001010 | 1010100 | 111001 |
Color Harmonies of #8635EE
Complementary color
Monochromatic Colors of #8635EE
Black with #8635EE
Text Example
Text Example
White with #8635EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8635EE; }
p { color: rgb(134,53,238); }
H1.HeaderClassName
{
color: #8635EE;
}
.AnyTagClassName
{
color: #8635EE;
}
</style>
background-color css
<style>
a { background-color: #8635EE; }
a { background-color: rgb(134,53,238); }
div.DivClassName
{
background-color: #8635EE;
}
.BgClassName
{
background-color: #8635EE;
}
</style>
border-color css
<style>
span { border-color: #8635EE; }
span { border-color: rgb(134,53,238); }
td.TdClassName
{
border-color: #8635EE;
}
.TagClassName
{
border-color: #8635EE;
}
</style>