#8040EA

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

Shades of Blue Violet #8040EA

Tints of Blue Violet #8040EA

Color information

#8040EA (or 0x8040EA) is unknown color: approx Blue Violet. HEX triplet: 80, 40 and EA. RGB value is (128,64,234). Sum of RGB (Red+Green+Blue) = 128+64+234=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #8040EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8040EA is #7FBF15. Grayscale: #656565. Windows color (decimal): -8371990 or 15351936. OLE color: 15351936.

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

Color convert

RGB12864234-
CMYK0.450.7300.08
HSL262.59º80.19%58.43%-
HSV(B)262.59º72.65%91.76%-
XYZ25.5914.279.23-
YUV102.52202.2146.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 64 (25.39% from 255) = 15.02%
BLUE value IS 234 (91.80% from 255) = 54.93%
R=30.05%
G=15.02%
B=54.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal128642340.450.7300.08262.5980.1958.43
Hex8040EA2D4908107503a
Octal2001003525511101040712072
Binary100000001000000111010101011011001001010001000001111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8040EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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