#8E3392

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

Shades of Vivid Violet #8E3392

Tints of Vivid Violet #8E3392

Color information

#8E3392 (or 0x8E3392) is unknown color: approx Vivid Violet. HEX triplet: 8E, 33 and 92. RGB value is (142,51,146). Sum of RGB (Red+Green+Blue) = 142+51+146=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E3392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3392 is #71CC6D. Grayscale: #585858. Windows color (decimal): -7457902 or 9581454. OLE color: 9581454.

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

Color convert

RGB14251146-
CMYK0.030.6500.43
HSL297.47º48.22%38.63%-
HSV(B)297.47º65.07%57.25%-
XYZ17.5310.1928.24-
YUV89.04160.15165.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=41.89%
G=15.04%
B=43.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142511460.030.6500.43297.4748.2238.63
Hex8E339234102B1293027
Octal2166322231010534516047
Binary10001110110011100100101110000010101011100101001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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