#8A47D8

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

Shades of Blue Violet #8A47D8

Tints of Blue Violet #8A47D8

Color information

#8A47D8 (or 0x8A47D8) is unknown color: approx Blue Violet. HEX triplet: 8A, 47 and D8. RGB value is (138,71,216). Sum of RGB (Red+Green+Blue) = 138+71+216=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #8A47D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A47D8 is #75B827. Grayscale: #6B6B6B. Windows color (decimal): -7714856 or 14174090. OLE color: 14174090.

HSL color Cylindrical-coordinate representation of color #8A47D8: hue angle of 267.72º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A47D8 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13871216-
CMYK0.360.6700.15
HSL267.72º65.02%56.27%-
HSV(B)267.72º67.13%84.71%-
XYZ25.1314.8766.51-
YUV107.56189.2149.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=32.47%
G=16.71%
B=50.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138712160.360.6700.15267.7265.0256.27
Hex8A47D824430F10c4138
Octal2121073304410301741410170
Binary100010101000111110110001001001000011011111000011001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A47D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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