Shades of Blue Violet #8C46EE
Tints of Blue Violet #8C46EE
RGB
CMYK
RGB Variations
Color information
#8C46EE (or 0x8C46EE) is known color: Blue Violet. HEX triplet: 8C, 46 and EE. RGB value is (140,70,238). Sum of RGB (Red+Green+Blue) = 140+70+238=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C46EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C46EE is #73B911. Grayscale: #6D6D6D. Windows color (decimal): -7584018 or 15615628. OLE color: 15615628.
HSL color Cylindrical-coordinate representation of color #8C46EE: hue angle of 265º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C46EE is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 70 | 238 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.07 |
| HSL | 265º | 0.83% | 0.6% | - |
| HSV(B) | 265º | 0.71% | 0.93% | - |
| XYZ | 28.44 | 16.13 | 82.5 | - |
| YUV | 110.08 | 200.19 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 238 | 0.41 | 0.71 | 0 | 0.07 | 265 | 0.83 | 0.6 |
| Hex | 8C | 46 | EE | 29 | 47 | 0 | 7 | 109 | 53 | 3C |
| Octal | 214 | 106 | 356 | 51 | 107 | 0 | 7 | 411 | 123 | 74 |
| Binary | 10001100 | 1000110 | 11101110 | 101001 | 1000111 | 0 | 111 | 100001001 | 1010011 | 111100 |
Color Harmonies of #8C46EE
Complementary color
Monochromatic Colors of #8C46EE
Black with #8C46EE
Text Example
Text Example
White with #8C46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C46EE; }
p { color: rgb(140,70,238); }
H1.HeaderClassName
{
color: #8C46EE;
}
.AnyTagClassName
{
color: #8C46EE;
}
</style>
background-color css
<style>
a { background-color: #8C46EE; }
a { background-color: rgb(140,70,238); }
div.DivClassName
{
background-color: #8C46EE;
}
.BgClassName
{
background-color: #8C46EE;
}
</style>
border-color css
<style>
span { border-color: #8C46EE; }
span { border-color: rgb(140,70,238); }
td.TdClassName
{
border-color: #8C46EE;
}
.TagClassName
{
border-color: #8C46EE;
}
</style>