Shades of Blue Violet #8632E4
Tints of Blue Violet #8632E4
RGB
CMYK
RGB Variations
Color information
#8632E4 (or 0x8632E4) is known color: Blue Violet. HEX triplet: 86, 32 and E4. RGB value is (134,50,228). Sum of RGB (Red+Green+Blue) = 134+50+228=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 228 (89.45% from 255 or 55.34% from 412); Max value from RGB is 228 - color contains mainly: blue. Hex color #8632E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632E4 is #79CD1B. Grayscale: #5E5E5E. Windows color (decimal): -7982364 or 14955142. OLE color: 14955142.
HSL color Cylindrical-coordinate representation of color #8632E4: hue angle of 268.31º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8632E4 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 50 | 228 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.11 |
| HSL | 268.31º | 0.77% | 0.55% | - |
| HSV(B) | 268.31º | 0.78% | 0.89% | - |
| XYZ | 24.98 | 12.95 | 74.58 | - |
| YUV | 95.41 | 202.83 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 228 | 0.41 | 0.78 | 0 | 0.11 | 268.31 | 0.77 | 0.55 |
| Hex | 86 | 32 | E4 | 29 | 4E | 0 | B | 10C | 4D | 37 |
| Octal | 206 | 62 | 344 | 51 | 116 | 0 | 13 | 414 | 115 | 67 |
| Binary | 10000110 | 110010 | 11100100 | 101001 | 1001110 | 0 | 1011 | 100001100 | 1001101 | 110111 |
Color Harmonies of #8632E4
Complementary color
Monochromatic Colors of #8632E4
Black with #8632E4
Text Example
Text Example
White with #8632E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8632E4; }
p { color: rgb(134,50,228); }
H1.HeaderClassName
{
color: #8632E4;
}
.AnyTagClassName
{
color: #8632E4;
}
</style>
background-color css
<style>
a { background-color: #8632E4; }
a { background-color: rgb(134,50,228); }
div.DivClassName
{
background-color: #8632E4;
}
.BgClassName
{
background-color: #8632E4;
}
</style>
border-color css
<style>
span { border-color: #8632E4; }
span { border-color: rgb(134,50,228); }
td.TdClassName
{
border-color: #8632E4;
}
.TagClassName
{
border-color: #8632E4;
}
</style>