#8E1EEB

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

Shades of Blue Violet #8E1EEB

Tints of Blue Violet #8E1EEB

Color information

#8E1EEB (or 0x8E1EEB) is unknown color: approx Blue Violet. HEX triplet: 8E, 1E and EB. RGB value is (142,30,235). Sum of RGB (Red+Green+Blue) = 142+30+235=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E1EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1EEB is #71E114. Grayscale: #565656. Windows color (decimal): -7463189 or 15408782. OLE color: 15408782.

HSL color Cylindrical-coordinate representation of color #8E1EEB: hue angle of 272.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1EEB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14230235-
CMYK0.400.8700.08
HSL272.78º83.67%51.96%-
HSV(B)272.78º87.23%92.16%-
XYZ26.6112.6879.64-
YUV86.86211.61167.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 30 (12.11% from 255) = 7.37%
BLUE value IS 235 (92.19% from 255) = 57.74%
R=34.89%
G=7.37%
B=57.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142302350.400.8700.08272.7883.6751.96
Hex8E1EEB2857081115434
Octal216363535012701042112464
Binary1000111011110111010111010001010111010001000100011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,30,235); }

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

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

 a { background-color: rgb(142,30,235); }

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

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

 span { border-color: rgb(142,30,235); }

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