#8E499B

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

Shades of Vivid Violet #8E499B

Tints of Vivid Violet #8E499B

Color information

#8E499B (or 0x8E499B) is unknown color: approx Vivid Violet. HEX triplet: 8E, 49 and 9B. RGB value is (142,73,155). Sum of RGB (Red+Green+Blue) = 142+73+155=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E499B is #71B664. Grayscale: #666666. Windows color (decimal): -7452261 or 10176910. OLE color: 10176910.

HSL color Cylindrical-coordinate representation of color #8E499B: hue angle of 290.49º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E499B is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14273155-
CMYK0.080.5300.39
HSL290.49º35.96%44.71%-
HSV(B)290.49º52.9%60.78%-
XYZ19.4512.8832.47-
YUV102.98157.36155.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=38.38%
G=19.73%
B=41.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142731550.080.5300.39290.4935.9644.71
Hex8E499B835027122242d
Octal21611123310650474424455
Binary1000111010010011001101110001101010100111100100010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,155); }

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

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

 a { background-color: rgb(142,73,155); }

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

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

 span { border-color: rgb(142,73,155); }

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