Shades of Blue Violet #8735E4
Tints of Blue Violet #8735E4
RGB
CMYK
RGB Variations
Color information
#8735E4 (or 0x8735E4) is known color: Blue Violet. HEX triplet: 87, 35 and E4. RGB value is (135,53,228). Sum of RGB (Red+Green+Blue) = 135+53+228=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 228 (89.45% from 255 or 54.81% from 416); Max value from RGB is 228 - color contains mainly: blue. Hex color #8735E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8735E4 is #78CA1B. Grayscale: #606060. Windows color (decimal): -7916060 or 14955911. OLE color: 14955911.
HSL color Cylindrical-coordinate representation of color #8735E4: hue angle of 268.11º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8735E4 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 53 | 228 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.11 |
| HSL | 268.11º | 0.76% | 0.55% | - |
| HSV(B) | 268.11º | 0.77% | 0.89% | - |
| XYZ | 25.27 | 13.3 | 74.63 | - |
| YUV | 97.47 | 201.67 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 228 | 0.41 | 0.77 | 0 | 0.11 | 268.11 | 0.76 | 0.55 |
| Hex | 87 | 35 | E4 | 29 | 4D | 0 | B | 10C | 4C | 37 |
| Octal | 207 | 65 | 344 | 51 | 115 | 0 | 13 | 414 | 114 | 67 |
| Binary | 10000111 | 110101 | 11100100 | 101001 | 1001101 | 0 | 1011 | 100001100 | 1001100 | 110111 |
Color Harmonies of #8735E4
Complementary color
Monochromatic Colors of #8735E4
Black with #8735E4
Text Example
Text Example
White with #8735E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8735E4; }
p { color: rgb(135,53,228); }
H1.HeaderClassName
{
color: #8735E4;
}
.AnyTagClassName
{
color: #8735E4;
}
</style>
background-color css
<style>
a { background-color: #8735E4; }
a { background-color: rgb(135,53,228); }
div.DivClassName
{
background-color: #8735E4;
}
.BgClassName
{
background-color: #8735E4;
}
</style>
border-color css
<style>
span { border-color: #8735E4; }
span { border-color: rgb(135,53,228); }
td.TdClassName
{
border-color: #8735E4;
}
.TagClassName
{
border-color: #8735E4;
}
</style>