Shades of Blue Violet #8835EF
Tints of Blue Violet #8835EF
RGB
CMYK
RGB Variations
Color information
#8835EF (or 0x8835EF) is known color: Blue Violet. HEX triplet: 88, 35 and EF. RGB value is (136,53,239). Sum of RGB (Red+Green+Blue) = 136+53+239=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #8835EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8835EF is #77CA10. Grayscale: #626262. Windows color (decimal): -7850513 or 15676808. OLE color: 15676808.
HSL color Cylindrical-coordinate representation of color #8835EF: hue angle of 266.77º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8835EF is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 53 | 239 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.06 |
| HSL | 266.77º | 0.85% | 0.57% | - |
| HSV(B) | 266.77º | 0.78% | 0.94% | - |
| XYZ | 27.01 | 14.01 | 82.94 | - |
| YUV | 99.02 | 207 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 239 | 0.43 | 0.78 | 0 | 0.06 | 266.77 | 0.85 | 0.57 |
| Hex | 88 | 35 | EF | 2B | 4E | 0 | 6 | 10B | 55 | 39 |
| Octal | 210 | 65 | 357 | 53 | 116 | 0 | 6 | 413 | 125 | 71 |
| Binary | 10001000 | 110101 | 11101111 | 101011 | 1001110 | 0 | 110 | 100001011 | 1010101 | 111001 |
Color Harmonies of #8835EF
Complementary color
Monochromatic Colors of #8835EF
Black with #8835EF
Text Example
Text Example
White with #8835EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8835EF; }
p { color: rgb(136,53,239); }
H1.HeaderClassName
{
color: #8835EF;
}
.AnyTagClassName
{
color: #8835EF;
}
</style>
background-color css
<style>
a { background-color: #8835EF; }
a { background-color: rgb(136,53,239); }
div.DivClassName
{
background-color: #8835EF;
}
.BgClassName
{
background-color: #8835EF;
}
</style>
border-color css
<style>
span { border-color: #8835EF; }
span { border-color: rgb(136,53,239); }
td.TdClassName
{
border-color: #8835EF;
}
.TagClassName
{
border-color: #8835EF;
}
</style>