#8042EE

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

Shades of Blue Violet #8042EE

Tints of Blue Violet #8042EE

Color information

#8042EE (or 0x8042EE) is unknown color: approx Blue Violet. HEX triplet: 80, 42 and EE. RGB value is (128,66,238). Sum of RGB (Red+Green+Blue) = 128+66+238=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #8042EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8042EE is #7FBD11. Grayscale: #676767. Windows color (decimal): -8371474 or 15614592. OLE color: 15614592.

HSL color Cylindrical-coordinate representation of color #8042EE: hue angle of 261.63º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8042EE is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12866238-
CMYK0.460.7200.07
HSL261.63º83.5%59.61%-
HSV(B)261.63º72.27%93.33%-
XYZ26.2814.6682.33-
YUV104.15203.54145.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 238 (93.36% from 255) = 55.09%
R=29.63%
G=15.28%
B=55.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128662380.460.7200.07261.6383.559.61
Hex8042EE2E4807106533c
Octal200102356561100740612374
Binary10000000100001011101110101110100100001111000001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8042EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8042EE; }

 p { color: rgb(128,66,238); }

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

<style>
 a { background-color: #8042EE; }

 a { background-color: rgb(128,66,238); }

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

<style>
 span { border-color: #8042EE; }

 span { border-color: rgb(128,66,238); }

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