#8E2EE5

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

Shades of Blue Violet #8E2EE5

Tints of Blue Violet #8E2EE5

Color information

#8E2EE5 (or 0x8E2EE5) is unknown color: approx Blue Violet. HEX triplet: 8E, 2E and E5. RGB value is (142,46,229). Sum of RGB (Red+Green+Blue) = 142+46+229=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #8E2EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2EE5 is #71D11A. Grayscale: #5E5E5E. Windows color (decimal): -7459099 or 15019662. OLE color: 15019662.

HSL color Cylindrical-coordinate representation of color #8E2EE5: hue angle of 271.48º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E2EE5 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14246229-
CMYK0.380.8000.10
HSL271.48º77.87%53.92%-
HSV(B)271.48º79.91%89.8%-
XYZ26.2813.3675.32-
YUV95.57203.3161.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 46 (18.36% from 255) = 11.03%
BLUE value IS 229 (89.84% from 255) = 54.92%
R=34.05%
G=11.03%
B=54.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal142462290.380.8000.10271.4877.8753.92
Hex8E2EE526500A10f4e36
Octal216563454612001241711666
Binary10001110101110111001011001101010000010101000011111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,46,229); }

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

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

 a { background-color: rgb(142,46,229); }

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

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

 span { border-color: rgb(142,46,229); }

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