#8C4DEE

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

Shades of Blue Violet #8C4DEE

Tints of Blue Violet #8C4DEE

Color information

#8C4DEE (or 0x8C4DEE) is unknown color: approx Blue Violet. HEX triplet: 8C, 4D and EE. RGB value is (140,77,238). Sum of RGB (Red+Green+Blue) = 140+77+238=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4DEE is #73B211. Grayscale: #717171. Windows color (decimal): -7582226 or 15617420. OLE color: 15617420.

HSL color Cylindrical-coordinate representation of color #8C4DEE: hue angle of 263.48º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C4DEE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14077238-
CMYK0.410.6800.07
HSL263.48º82.56%61.76%-
HSV(B)263.48º67.65%93.33%-
XYZ28.917.0682.66-
YUV114.19197.87146.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 77 (30.47% from 255) = 16.92%
BLUE value IS 238 (93.36% from 255) = 52.31%
R=30.77%
G=16.92%
B=52.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140772380.410.6800.07263.4882.5661.76
Hex8C4DEE294407107533e
Octal214115356511040740712376
Binary10001100100110111101110101001100010001111000001111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,77,238); }

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

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

 a { background-color: rgb(140,77,238); }

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

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

 span { border-color: rgb(140,77,238); }

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