#8E4692

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

Shades of Vivid Violet #8E4692

Tints of Vivid Violet #8E4692

Color information

#8E4692 (or 0x8E4692) is unknown color: approx Vivid Violet. HEX triplet: 8E, 46 and 92. RGB value is (142,70,146). Sum of RGB (Red+Green+Blue) = 142+70+146=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E4692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4692 is #71B96D. Grayscale: #636363. Windows color (decimal): -7453038 or 9586318. OLE color: 9586318.

HSL color Cylindrical-coordinate representation of color #8E4692: hue angle of 296.84º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4692 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14270146-
CMYK0.030.5200.43
HSL296.84º35.19%42.35%-
HSV(B)296.84º52.05%57.25%-
XYZ18.5312.2128.57-
YUV100.19153.85157.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=39.66%
G=19.55%
B=40.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142701460.030.5200.43296.8435.1942.35
Hex8E469233402B129232a
Octal2161062223640534514352
Binary10001110100011010010010111101000101011100101001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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