Shades of Blue Violet #8634E0
Tints of Blue Violet #8634E0
RGB
CMYK
RGB Variations
Color information
#8634E0 (or 0x8634E0) is known color: Blue Violet. HEX triplet: 86, 34 and E0. RGB value is (134,52,224). Sum of RGB (Red+Green+Blue) = 134+52+224=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #8634E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8634E0 is #79CB1F. Grayscale: #5F5F5F. Windows color (decimal): -7981856 or 14693510. OLE color: 14693510.
HSL color Cylindrical-coordinate representation of color #8634E0: hue angle of 268.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8634E0 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 52 | 224 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.12 |
| HSL | 268.6º | 0.74% | 0.54% | - |
| HSV(B) | 268.6º | 0.77% | 0.88% | - |
| XYZ | 24.51 | 12.91 | 71.72 | - |
| YUV | 96.13 | 200.17 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 224 | 0.40 | 0.77 | 0 | 0.12 | 268.6 | 0.74 | 0.54 |
| Hex | 86 | 34 | E0 | 28 | 4D | 0 | C | 10D | 4A | 36 |
| Octal | 206 | 64 | 340 | 50 | 115 | 0 | 14 | 415 | 112 | 66 |
| Binary | 10000110 | 110100 | 11100000 | 101000 | 1001101 | 0 | 1100 | 100001101 | 1001010 | 110110 |
Color Harmonies of #8634E0
Complementary color
Monochromatic Colors of #8634E0
Black with #8634E0
Text Example
Text Example
White with #8634E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8634E0; }
p { color: rgb(134,52,224); }
H1.HeaderClassName
{
color: #8634E0;
}
.AnyTagClassName
{
color: #8634E0;
}
</style>
background-color css
<style>
a { background-color: #8634E0; }
a { background-color: rgb(134,52,224); }
div.DivClassName
{
background-color: #8634E0;
}
.BgClassName
{
background-color: #8634E0;
}
</style>
border-color css
<style>
span { border-color: #8634E0; }
span { border-color: rgb(134,52,224); }
td.TdClassName
{
border-color: #8634E0;
}
.TagClassName
{
border-color: #8634E0;
}
</style>