#8e2cee

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

Shades of Blue Violet #8E2CEE

Tints of Blue Violet #8E2CEE

Color information

#8E2CEE (or 0x8E2CEE) is unknown color: approx Blue Violet. HEX triplet: 8E, 2C and EE. RGB value is (142,44,238). Sum of RGB (Red+Green+Blue) = 142+44+238=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E2CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2CEE is #71D311. Grayscale: #5E5E5E. Windows color (decimal): -7459602 or 15608974. OLE color: 15608974.

HSL color Cylindrical-coordinate representation of color #8E2CEE: hue angle of 270.31º degrees, saturation: 0.85, 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 #8E2CEE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14244238-
CMYK0.400.8200.07
HSL270.31º85.09%55.29%-
HSV(B)270.31º81.51%93.33%-
XYZ27.4913.7382.09-
YUV95.42208.47161.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 44 (17.58% from 255) = 10.38%
BLUE value IS 238 (93.36% from 255) = 56.13%
R=33.49%
G=10.38%
B=56.13%

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
Decimal142442380.400.8200.07270.3185.0955.29
Hex8E2CEE28520710e5537
Octal21654356501220741612567
Binary1000111010110011101110101000101001001111000011101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2cee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,238); }

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

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

 a { background-color: rgb(142,44,238); }

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

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

 span { border-color: rgb(142,44,238); }

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