#8E34D9

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

Shades of Blue Violet #8E34D9

Tints of Blue Violet #8E34D9

Color information

#8E34D9 (or 0x8E34D9) is unknown color: approx Blue Violet. HEX triplet: 8E, 34 and D9. RGB value is (142,52,217). Sum of RGB (Red+Green+Blue) = 142+52+217=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #8E34D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E34D9 is #71CB26. Grayscale: #616161. Windows color (decimal): -7457575 or 14234766. OLE color: 14234766.

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

Color convert

RGB14252217-
CMYK0.350.7600.15
HSL272.73º68.46%52.75%-
HSV(B)272.73º76.04%85.1%-
XYZ24.9113.2266.88-
YUV97.72195.32159.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 217 (85.16% from 255) = 52.80%
R=34.55%
G=12.65%
B=52.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142522170.350.7600.15272.7368.4652.75
Hex8E34D9234C0F1114435
Octal216643314311401742110465
Binary10001110110100110110011000111001100011111000100011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E34D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,52,217); }

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

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

 a { background-color: rgb(142,52,217); }

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

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

 span { border-color: rgb(142,52,217); }

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