#8E2EDB

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

Shades of Blue Violet #8E2EDB

Tints of Blue Violet #8E2EDB

Color information

#8E2EDB (or 0x8E2EDB) is unknown color: approx Blue Violet. HEX triplet: 8E, 2E and DB. RGB value is (142,46,219). Sum of RGB (Red+Green+Blue) = 142+46+219=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2EDB is #71D124. Grayscale: #5D5D5D. Windows color (decimal): -7459109 or 14364302. OLE color: 14364302.

HSL color Cylindrical-coordinate representation of color #8E2EDB: hue angle of 273.29º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E2EDB is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14246219-
CMYK0.350.7900.14
HSL273.29º70.61%51.96%-
HSV(B)273.29º79%85.88%-
XYZ24.9212.8268.18-
YUV94.43198.3161.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 46 (18.36% from 255) = 11.30%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=34.89%
G=11.30%
B=53.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142462190.350.7900.14273.2970.6151.96
Hex8E2EDB234F0E1114734
Octal216563334311701642110764
Binary10001110101110110110111000111001111011101000100011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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