#8E3289

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

Shades of Vivid Violet #8E3289

Tints of Vivid Violet #8E3289

Color information

#8E3289 (or 0x8E3289) is unknown color: approx Vivid Violet. HEX triplet: 8E, 32 and 89. RGB value is (142,50,137). Sum of RGB (Red+Green+Blue) = 142+50+137=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3289 is #71CD76. Grayscale: #575757. Windows color (decimal): -7458167 or 8991374. OLE color: 8991374.

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

Color convert

RGB14250137-
CMYK00.650.040.44
HSL303.26º47.92%37.65%-
HSV(B)303.26º64.79%55.69%-
XYZ16.819.8424.68-
YUV87.43155.98166.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=43.16%
G=15.20%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425013700.650.040.44303.2647.9237.65
Hex8E328904142C12f3026
Octal2166221101014544576046
Binary100011101100101000100101000001100101100100101111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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