#8018E0

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

Shades of Blue Violet #8018E0

Tints of Blue Violet #8018E0

Color information

#8018E0 (or 0x8018E0) is unknown color: approx Blue Violet. HEX triplet: 80, 18 and E0. RGB value is (128,24,224). Sum of RGB (Red+Green+Blue) = 128+24+224=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 224 (87.89% from 255 or 59.57% from 376); Max value from RGB is 224 - color contains mainly: blue. Hex color #8018E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8018E0 is #7FE71F. Grayscale: #4D4D4D. Windows color (decimal): -8382240 or 14686336. OLE color: 14686336.

HSL color Cylindrical-coordinate representation of color #8018E0: hue angle of 271.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8018E0 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12824224-
CMYK0.430.8900.12
HSL271.2º80.65%48.63%-
HSV(B)271.2º89.29%87.84%-
XYZ22.6810.6271.38-
YUV77.9210.46163.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 24 (9.77% from 255) = 6.38%
BLUE value IS 224 (87.89% from 255) = 59.57%
R=34.04%
G=6.38%
B=59.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128242240.430.8900.12271.280.6548.63
Hex8018E02B590C10f5131
Octal200303405313101441712161
Binary1000000011000111000001010111011001011001000011111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8018E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8018E0; }

 p { color: rgb(128,24,224); }

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

<style>
 a { background-color: #8018E0; }

 a { background-color: rgb(128,24,224); }

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

<style>
 span { border-color: #8018E0; }

 span { border-color: rgb(128,24,224); }

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