#8E39DA

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

Shades of Blue Violet #8E39DA

Tints of Blue Violet #8E39DA

Color information

#8E39DA (or 0x8E39DA) is unknown color: approx Blue Violet. HEX triplet: 8E, 39 and DA. RGB value is (142,57,218). Sum of RGB (Red+Green+Blue) = 142+57+218=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E39DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E39DA is #71C625. Grayscale: #646464. Windows color (decimal): -7456294 or 14301582. OLE color: 14301582.

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

Color convert

RGB14257218-
CMYK0.350.7400.15
HSL271.68º68.51%53.92%-
HSV(B)271.68º73.85%85.49%-
XYZ25.2713.7467.65-
YUV100.77194.16157.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 218 (85.55% from 255) = 52.28%
R=34.05%
G=13.67%
B=52.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142572180.350.7400.15271.6868.5153.92
Hex8E39DA234A0F1104536
Octal216713324311201742010566
Binary10001110111001110110101000111001010011111000100001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E39DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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