#8e2de5

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

Shades of Blue Violet #8E2DE5

Tints of Blue Violet #8E2DE5

Color information

#8E2DE5 (or 0x8E2DE5) is unknown color: approx Blue Violet. HEX triplet: 8E, 2D and E5. RGB value is (142,45,229). Sum of RGB (Red+Green+Blue) = 142+45+229=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #8E2DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DE5 is #71D21A. Grayscale: #5E5E5E. Windows color (decimal): -7459355 or 15019406. OLE color: 15019406.

HSL color Cylindrical-coordinate representation of color #8E2DE5: hue angle of 271.63º 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 #8E2DE5 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14245229-
CMYK0.380.8000.10
HSL271.63º77.97%53.73%-
HSV(B)271.63º80.35%89.8%-
XYZ26.2413.2875.31-
YUV94.98203.64161.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 45 (17.97% from 255) = 10.82%
BLUE value IS 229 (89.84% from 255) = 55.05%
R=34.13%
G=10.82%
B=55.05%

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
Decimal142452290.380.8000.10271.6377.9753.73
Hex8E2DE526500A1104e36
Octal216553454612001242011666
Binary10001110101101111001011001101010000010101000100001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2de5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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