#8E36E1

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

Shades of Blue Violet #8E36E1

Tints of Blue Violet #8E36E1

Color information

#8E36E1 (or 0x8E36E1) is unknown color: approx Blue Violet. HEX triplet: 8E, 36 and E1. RGB value is (142,54,225). Sum of RGB (Red+Green+Blue) = 142+54+225=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #8E36E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E36E1 is #71C91E. Grayscale: #636363. Windows color (decimal): -7457055 or 14759566. OLE color: 14759566.

HSL color Cylindrical-coordinate representation of color #8E36E1: hue angle of 270.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E36E1 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14254225-
CMYK0.370.7600.12
HSL270.88º74.03%54.71%-
HSV(B)270.88º76%88.24%-
XYZ26.0713.8372.53-
YUV99.81198.65158.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 54 (21.48% from 255) = 12.83%
BLUE value IS 225 (88.28% from 255) = 53.44%
R=33.73%
G=12.83%
B=53.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal142542250.370.7600.12270.8874.0354.71
Hex8E36E1254C0C10f4a37
Octal216663414511401441711267
Binary10001110110110111000011001011001100011001000011111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E36E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,54,225); }

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

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

 a { background-color: rgb(142,54,225); }

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

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

 span { border-color: rgb(142,54,225); }

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