#8E2AED

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

Shades of Blue Violet #8E2AED

Tints of Blue Violet #8E2AED

Color information

#8E2AED (or 0x8E2AED) is unknown color: approx Blue Violet. HEX triplet: 8E, 2A and ED. RGB value is (142,42,237). Sum of RGB (Red+Green+Blue) = 142+42+237=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E2AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2AED is #71D512. Grayscale: #5D5D5D. Windows color (decimal): -7460115 or 15542926. OLE color: 15542926.

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

Color convert

RGB14242237-
CMYK0.400.8200.07
HSL270.77º84.42%54.71%-
HSV(B)270.77º82.28%92.94%-
XYZ27.2713.5281.29-
YUV94.13208.63162.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 42 (16.80% from 255) = 9.98%
BLUE value IS 237 (92.97% from 255) = 56.29%
R=33.73%
G=9.98%
B=56.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142422370.400.8200.07270.7784.4254.71
Hex8E2AED28520710f5437
Octal21652355501220741712467
Binary1000111010101011101101101000101001001111000011111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,42,237); }

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

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

 a { background-color: rgb(142,42,237); }

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

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

 span { border-color: rgb(142,42,237); }

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