#8a47ec

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

Shades of Blue Violet #8A47EC

Tints of Blue Violet #8A47EC

Color information

#8A47EC (or 0x8A47EC) is unknown color: approx Blue Violet. HEX triplet: 8A, 47 and EC. RGB value is (138,71,236). Sum of RGB (Red+Green+Blue) = 138+71+236=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A47EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A47EC is #75B813. Grayscale: #6D6D6D. Windows color (decimal): -7714836 or 15484810. OLE color: 15484810.

HSL color Cylindrical-coordinate representation of color #8A47EC: hue angle of 264.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A47EC is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13871236-
CMYK0.420.7000.07
HSL264.36º81.28%60.2%-
HSV(B)264.36º69.92%92.55%-
XYZ27.8715.9780.97-
YUV109.84199.2148.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 71 (28.12% from 255) = 15.96%
BLUE value IS 236 (92.58% from 255) = 53.03%
R=31.01%
G=15.96%
B=53.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138712360.420.7000.07264.3681.2860.2
Hex8A47EC2A4607108513c
Octal212107354521060741012174
Binary10001010100011111101100101010100011001111000010001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a47ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,71,236); }

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

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

 a { background-color: rgb(138,71,236); }

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

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

 span { border-color: rgb(138,71,236); }

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