Shades of Blue Violet #8630EE
Tints of Blue Violet #8630EE
RGB
CMYK
RGB Variations
Color information
#8630EE (or 0x8630EE) is known color: Blue Violet. HEX triplet: 86, 30 and EE. RGB value is (134,48,238). Sum of RGB (Red+Green+Blue) = 134+48+238=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #8630EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8630EE is #79CF11. Grayscale: #5E5E5E. Windows color (decimal): -7982866 or 15609990. OLE color: 15609990.
HSL color Cylindrical-coordinate representation of color #8630EE: hue angle of 267.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8630EE is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 48 | 238 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.07 |
| HSL | 267.16º | 0.85% | 0.56% | - |
| HSV(B) | 267.16º | 0.8% | 0.93% | - |
| XYZ | 26.32 | 13.36 | 82.08 | - |
| YUV | 95.37 | 208.49 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 238 | 0.44 | 0.80 | 0 | 0.07 | 267.16 | 0.85 | 0.56 |
| Hex | 86 | 30 | EE | 2C | 50 | 0 | 7 | 10B | 55 | 38 |
| Octal | 206 | 60 | 356 | 54 | 120 | 0 | 7 | 413 | 125 | 70 |
| Binary | 10000110 | 110000 | 11101110 | 101100 | 1010000 | 0 | 111 | 100001011 | 1010101 | 111000 |
Color Harmonies of #8630EE
Complementary color
Monochromatic Colors of #8630EE
Black with #8630EE
Text Example
Text Example
White with #8630EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8630EE; }
p { color: rgb(134,48,238); }
H1.HeaderClassName
{
color: #8630EE;
}
.AnyTagClassName
{
color: #8630EE;
}
</style>
background-color css
<style>
a { background-color: #8630EE; }
a { background-color: rgb(134,48,238); }
div.DivClassName
{
background-color: #8630EE;
}
.BgClassName
{
background-color: #8630EE;
}
</style>
border-color css
<style>
span { border-color: #8630EE; }
span { border-color: rgb(134,48,238); }
td.TdClassName
{
border-color: #8630EE;
}
.TagClassName
{
border-color: #8630EE;
}
</style>