#8E1BE9

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

Shades of Blue Violet #8E1BE9

Tints of Blue Violet #8E1BE9

Color information

#8E1BE9 (or 0x8E1BE9) is unknown color: approx Blue Violet. HEX triplet: 8E, 1B and E9. RGB value is (142,27,233). Sum of RGB (Red+Green+Blue) = 142+27+233=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 233 (91.41% from 255 or 57.96% from 402); Max value from RGB is 233 - color contains mainly: blue. Hex color #8E1BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1BE9 is #71E416. Grayscale: #545454. Windows color (decimal): -7463959 or 15276942. OLE color: 15276942.

HSL color Cylindrical-coordinate representation of color #8E1BE9: hue angle of 273.5º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1BE9 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14227233-
CMYK0.390.8800.09
HSL273.5º82.4%50.98%-
HSV(B)273.5º88.41%91.37%-
XYZ26.2612.4278.1-
YUV84.87211.6168.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.32%
GREEN value IS 27 (10.94% from 255) = 6.72%
BLUE value IS 233 (91.41% from 255) = 57.96%
R=35.32%
G=6.72%
B=57.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal142272330.390.8800.09273.582.450.98
Hex8E1BE92758091115233
Octal216333514713001142112263
Binary1000111011011111010011001111011000010011000100011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,27,233); }

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

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

 a { background-color: rgb(142,27,233); }

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

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

 span { border-color: rgb(142,27,233); }

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