#8E469C

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

Shades of Vivid Violet #8E469C

Tints of Vivid Violet #8E469C

Color information

#8E469C (or 0x8E469C) is unknown color: approx Vivid Violet. HEX triplet: 8E, 46 and 9C. RGB value is (142,70,156). Sum of RGB (Red+Green+Blue) = 142+70+156=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E469C is #71B963. Grayscale: #656565. Windows color (decimal): -7453028 or 10241678. OLE color: 10241678.

HSL color Cylindrical-coordinate representation of color #8E469C: hue angle of 290.23º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E469C is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14270156-
CMYK0.090.5500.39
HSL290.23º38.05%44.31%-
HSV(B)290.23º55.13%61.18%-
XYZ19.3512.5332.85-
YUV101.33158.85157.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=38.59%
G=19.02%
B=42.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142701560.090.5500.39290.2338.0544.31
Hex8E469C937027122262c
Octal21610623411670474424654
Binary1000111010001101001110010011101110100111100100010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,70,156); }

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

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

 a { background-color: rgb(142,70,156); }

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

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

 span { border-color: rgb(142,70,156); }

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