#8047EA

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

Shades of Blue Violet #8047EA

Tints of Blue Violet #8047EA

Color information

#8047EA (or 0x8047EA) is unknown color: approx Blue Violet. HEX triplet: 80, 47 and EA. RGB value is (128,71,234). Sum of RGB (Red+Green+Blue) = 128+71+234=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #8047EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8047EA is #7FB815. Grayscale: #6A6A6A. Windows color (decimal): -8370198 or 15353728. OLE color: 15353728.

HSL color Cylindrical-coordinate representation of color #8047EA: hue angle of 260.98º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8047EA is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12871234-
CMYK0.450.7000.08
HSL260.98º79.51%59.8%-
HSV(B)260.98º69.66%91.76%-
XYZ26.0115.0479.37-
YUV106.62199.88143.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 71 (28.12% from 255) = 16.40%
BLUE value IS 234 (91.80% from 255) = 54.04%
R=29.56%
G=16.40%
B=54.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal128712340.450.7000.08260.9879.5159.8
Hex8047EA2D4608105503c
Octal2001073525510601040512074
Binary100000001000111111010101011011000110010001000001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8047EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8047EA; }

 p { color: rgb(128,71,234); }

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

<style>
 a { background-color: #8047EA; }

 a { background-color: rgb(128,71,234); }

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

<style>
 span { border-color: #8047EA; }

 span { border-color: rgb(128,71,234); }

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