#8E29D7

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

Shades of Blue Violet #8E29D7

Tints of Blue Violet #8E29D7

Color information

#8E29D7 (or 0x8E29D7) is unknown color: approx Blue Violet. HEX triplet: 8E, 29 and D7. RGB value is (142,41,215). Sum of RGB (Red+Green+Blue) = 142+41+215=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E29D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E29D7 is #71D628. Grayscale: #5A5A5A. Windows color (decimal): -7460393 or 14100878. OLE color: 14100878.

HSL color Cylindrical-coordinate representation of color #8E29D7: hue angle of 274.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E29D7 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14241215-
CMYK0.340.8100.16
HSL274.83º68.5%50.2%-
HSV(B)274.83º80.93%84.31%-
XYZ24.2112.2465.38-
YUV91.04197.96164.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 41 (16.41% from 255) = 10.30%
BLUE value IS 215 (84.38% from 255) = 54.02%
R=35.68%
G=10.30%
B=54.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142412150.340.8100.16274.8368.550.2
Hex8E29D722510101134532
Octal216513274212102042310562
Binary100011101010011101011110001010100010100001000100111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E29D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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