#8C4CE6

Color #8C4CE6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8C4CE6

Tints of Blue Violet #8C4CE6

Color information

#8C4CE6 (or 0x8C4CE6) is unknown color: approx Blue Violet. HEX triplet: 8C, 4C and E6. RGB value is (140,76,230). Sum of RGB (Red+Green+Blue) = 140+76+230=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #8C4CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4CE6 is #73B319. Grayscale: #707070. Windows color (decimal): -7582490 or 15092876. OLE color: 15092876.

HSL color Cylindrical-coordinate representation of color #8C4CE6: hue angle of 264.94º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C4CE6 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14076230-
CMYK0.390.6700.10
HSL264.94º75.49%60%-
HSV(B)264.94º66.96%90.2%-
XYZ27.6816.4676.58-
YUV112.69194.2147.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 76 (30.08% from 255) = 17.04%
BLUE value IS 230 (90.23% from 255) = 51.57%
R=31.39%
G=17.04%
B=51.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal140762300.390.6700.10264.9475.4960
Hex8C4CE627430A1094b3c
Octal2141143464710301241111374
Binary100011001001100111001101001111000011010101000010011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C4CE6; }

 p { color: rgb(140,76,230); }

 H1.HeaderClassName
 {
   color: #8C4CE6;
 }
 .AnyTagClassName
 {
   color: #8C4CE6;
 }
</style>
background-color css

<style>
 a { background-color: #8C4CE6; }

 a { background-color: rgb(140,76,230); }

 div.DivClassName
 {
   background-color: #8C4CE6;
 }
 .BgClassName
 {
   background-color: #8C4CE6;
 }
</style>
border-color css

<style>
 span { border-color: #8C4CE6; }

 span { border-color: rgb(140,76,230); }

 td.TdClassName
 {
   border-color: #8C4CE6;
 }
 .TagClassName
 {
   border-color: #8C4CE6;
 }
</style>