#8E27DA

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

Shades of Blue Violet #8E27DA

Tints of Blue Violet #8E27DA

Color information

#8E27DA (or 0x8E27DA) is unknown color: approx Blue Violet. HEX triplet: 8E, 27 and DA. RGB value is (142,39,218). Sum of RGB (Red+Green+Blue) = 142+39+218=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E27DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E27DA is #71D825. Grayscale: #595959. Windows color (decimal): -7460902 or 14296974. OLE color: 14296974.

HSL color Cylindrical-coordinate representation of color #8E27DA: hue angle of 274.53º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E27DA is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14239218-
CMYK0.350.8200.15
HSL274.53º70.75%50.39%-
HSV(B)274.53º82.11%85.49%-
XYZ24.5412.2667.4-
YUV90.2200.12164.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 39 (15.62% from 255) = 9.77%
BLUE value IS 218 (85.55% from 255) = 54.64%
R=35.59%
G=9.77%
B=54.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142392180.350.8200.15274.5370.7550.39
Hex8E27DA23520F1134732
Octal216473324312201742310762
Binary10001110100111110110101000111010010011111000100111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E27DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,39,218); }

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

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

 a { background-color: rgb(142,39,218); }

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

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

 span { border-color: rgb(142,39,218); }

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