#8E29EE

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

Shades of Blue Violet #8E29EE

Tints of Blue Violet #8E29EE

Color information

#8E29EE (or 0x8E29EE) is unknown color: approx Blue Violet. HEX triplet: 8E, 29 and EE. RGB value is (142,41,238). Sum of RGB (Red+Green+Blue) = 142+41+238=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E29EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E29EE is #71D611. Grayscale: #5C5C5C. Windows color (decimal): -7460370 or 15608206. OLE color: 15608206.

HSL color Cylindrical-coordinate representation of color #8E29EE: hue angle of 270.76º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E29EE is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14241238-
CMYK0.400.8300.07
HSL270.76º85.28%54.71%-
HSV(B)270.76º82.77%93.33%-
XYZ27.3813.5182.05-
YUV93.66209.46162.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 41 (16.41% from 255) = 9.74%
BLUE value IS 238 (93.36% from 255) = 56.53%
R=33.73%
G=9.74%
B=56.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142412380.400.8300.07270.7685.2854.71
Hex8E29EE28530710f5537
Octal21651356501230741712567
Binary1000111010100111101110101000101001101111000011111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E29EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,41,238); }

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

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

 a { background-color: rgb(142,41,238); }

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

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

 span { border-color: rgb(142,41,238); }

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