Shades of Blue Violet #8630EA
Tints of Blue Violet #8630EA
RGB
CMYK
RGB Variations
Color information
#8630EA (or 0x8630EA) is known color: Blue Violet. HEX triplet: 86, 30 and EA. RGB value is (134,48,234). Sum of RGB (Red+Green+Blue) = 134+48+234=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #8630EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8630EA is #79CF15. Grayscale: #5E5E5E. Windows color (decimal): -7982870 or 15347846. OLE color: 15347846.
HSL color Cylindrical-coordinate representation of color #8630EA: hue angle of 267.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8630EA is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 48 | 234 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.08 |
| HSL | 267.74º | 0.82% | 0.55% | - |
| HSV(B) | 267.74º | 0.79% | 0.92% | - |
| XYZ | 25.74 | 13.12 | 79.02 | - |
| YUV | 94.92 | 206.49 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 234 | 0.43 | 0.79 | 0 | 0.08 | 267.74 | 0.82 | 0.55 |
| Hex | 86 | 30 | EA | 2B | 4F | 0 | 8 | 10C | 52 | 37 |
| Octal | 206 | 60 | 352 | 53 | 117 | 0 | 10 | 414 | 122 | 67 |
| Binary | 10000110 | 110000 | 11101010 | 101011 | 1001111 | 0 | 1000 | 100001100 | 1010010 | 110111 |
Color Harmonies of #8630EA
Complementary color
Monochromatic Colors of #8630EA
Black with #8630EA
Text Example
Text Example
White with #8630EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8630EA; }
p { color: rgb(134,48,234); }
H1.HeaderClassName
{
color: #8630EA;
}
.AnyTagClassName
{
color: #8630EA;
}
</style>
background-color css
<style>
a { background-color: #8630EA; }
a { background-color: rgb(134,48,234); }
div.DivClassName
{
background-color: #8630EA;
}
.BgClassName
{
background-color: #8630EA;
}
</style>
border-color css
<style>
span { border-color: #8630EA; }
span { border-color: rgb(134,48,234); }
td.TdClassName
{
border-color: #8630EA;
}
.TagClassName
{
border-color: #8630EA;
}
</style>