#8E4393

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

Shades of Vivid Violet #8E4393

Tints of Vivid Violet #8E4393

Color information

#8E4393 (or 0x8E4393) is unknown color: approx Vivid Violet. HEX triplet: 8E, 43 and 93. RGB value is (142,67,147). Sum of RGB (Red+Green+Blue) = 142+67+147=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E4393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4393 is #71BC6C. Grayscale: #626262. Windows color (decimal): -7453805 or 9651086. OLE color: 9651086.

HSL color Cylindrical-coordinate representation of color #8E4393: hue angle of 296.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4393 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14267147-
CMYK0.030.5400.42
HSL296.25º37.38%41.96%-
HSV(B)296.25º54.42%57.65%-
XYZ18.4311.8728.92-
YUV98.54155.35159-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=39.89%
G=18.82%
B=41.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142671470.030.5400.42296.2537.3841.96
Hex8E439333602A128252a
Octal2161032233660524504552
Binary10001110100001110010011111101100101010100101000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,67,147); }

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

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

 a { background-color: rgb(142,67,147); }

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

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

 span { border-color: rgb(142,67,147); }

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