#8E3389

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

Shades of Vivid Violet #8E3389

Tints of Vivid Violet #8E3389

Color information

#8E3389 (or 0x8E3389) is unknown color: approx Vivid Violet. HEX triplet: 8E, 33 and 89. RGB value is (142,51,137). Sum of RGB (Red+Green+Blue) = 142+51+137=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3389 is #71CC76. Grayscale: #575757. Windows color (decimal): -7457911 or 8991630. OLE color: 8991630.

HSL color Cylindrical-coordinate representation of color #8E3389: hue angle of 303.3º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E3389 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14251137-
CMYK00.640.040.44
HSL303.3º47.15%37.84%-
HSV(B)303.3º64.08%55.69%-
XYZ16.859.9224.69-
YUV88.01155.65166.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=43.03%
G=15.45%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425113700.640.040.44303.347.1537.84
Hex8E338904042C12f2f26
Octal2166321101004544575746
Binary100011101100111000100101000000100101100100101111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,51,137); }

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

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

 a { background-color: rgb(142,51,137); }

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

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

 span { border-color: rgb(142,51,137); }

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