Shades of Blue Violet #8628E4
Tints of Blue Violet #8628E4
RGB
CMYK
RGB Variations
Color information
#8628E4 (or 0x8628E4) is known color: Blue Violet. HEX triplet: 86, 28 and E4. RGB value is (134,40,228). Sum of RGB (Red+Green+Blue) = 134+40+228=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 228 (89.45% from 255 or 56.72% from 402); Max value from RGB is 228 - color contains mainly: blue. Hex color #8628E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8628E4 is #79D71B. Grayscale: #585858. Windows color (decimal): -7984924 or 14952582. OLE color: 14952582.
HSL color Cylindrical-coordinate representation of color #8628E4: hue angle of 270º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8628E4 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 40 | 228 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.11 |
| HSL | 270º | 0.78% | 0.53% | - |
| HSV(B) | 270º | 0.82% | 0.89% | - |
| XYZ | 24.59 | 12.19 | 74.45 | - |
| YUV | 89.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 228 | 0.41 | 0.82 | 0 | 0.11 | 270 | 0.78 | 0.53 |
| Hex | 86 | 28 | E4 | 29 | 52 | 0 | B | 10E | 4E | 35 |
| Octal | 206 | 50 | 344 | 51 | 122 | 0 | 13 | 416 | 116 | 65 |
| Binary | 10000110 | 101000 | 11100100 | 101001 | 1010010 | 0 | 1011 | 100001110 | 1001110 | 110101 |
Color Harmonies of #8628E4
Complementary color
Monochromatic Colors of #8628E4
Black with #8628E4
Text Example
Text Example
White with #8628E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8628E4; }
p { color: rgb(134,40,228); }
H1.HeaderClassName
{
color: #8628E4;
}
.AnyTagClassName
{
color: #8628E4;
}
</style>
background-color css
<style>
a { background-color: #8628E4; }
a { background-color: rgb(134,40,228); }
div.DivClassName
{
background-color: #8628E4;
}
.BgClassName
{
background-color: #8628E4;
}
</style>
border-color css
<style>
span { border-color: #8628E4; }
span { border-color: rgb(134,40,228); }
td.TdClassName
{
border-color: #8628E4;
}
.TagClassName
{
border-color: #8628E4;
}
</style>