Shades of Blue Violet #8625E8
Tints of Blue Violet #8625E8
RGB
CMYK
RGB Variations
Color information
#8625E8 (or 0x8625E8) is known color: Blue Violet. HEX triplet: 86, 25 and E8. RGB value is (134,37,232). Sum of RGB (Red+Green+Blue) = 134+37+232=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #8625E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8625E8 is #79DA17. Grayscale: #575757. Windows color (decimal): -7985688 or 15213958. OLE color: 15213958.
HSL color Cylindrical-coordinate representation of color #8625E8: hue angle of 269.85º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8625E8 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 37 | 232 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.09 |
| HSL | 269.85º | 0.81% | 0.53% | - |
| HSV(B) | 269.85º | 0.84% | 0.91% | - |
| XYZ | 25.06 | 12.22 | 77.38 | - |
| YUV | 88.23 | 209.14 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 232 | 0.42 | 0.84 | 0 | 0.09 | 269.85 | 0.81 | 0.53 |
| Hex | 86 | 25 | E8 | 2A | 54 | 0 | 9 | 10E | 51 | 35 |
| Octal | 206 | 45 | 350 | 52 | 124 | 0 | 11 | 416 | 121 | 65 |
| Binary | 10000110 | 100101 | 11101000 | 101010 | 1010100 | 0 | 1001 | 100001110 | 1010001 | 110101 |
Color Harmonies of #8625E8
Complementary color
Monochromatic Colors of #8625E8
Black with #8625E8
Text Example
Text Example
White with #8625E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8625E8; }
p { color: rgb(134,37,232); }
H1.HeaderClassName
{
color: #8625E8;
}
.AnyTagClassName
{
color: #8625E8;
}
</style>
background-color css
<style>
a { background-color: #8625E8; }
a { background-color: rgb(134,37,232); }
div.DivClassName
{
background-color: #8625E8;
}
.BgClassName
{
background-color: #8625E8;
}
</style>
border-color css
<style>
span { border-color: #8625E8; }
span { border-color: rgb(134,37,232); }
td.TdClassName
{
border-color: #8625E8;
}
.TagClassName
{
border-color: #8625E8;
}
</style>