#8E2C9F

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

Shades of Vivid Violet #8E2C9F

Tints of Vivid Violet #8E2C9F

Color information

#8E2C9F (or 0x8E2C9F) is unknown color: approx Vivid Violet. HEX triplet: 8E, 2C and 9F. RGB value is (142,44,159). Sum of RGB (Red+Green+Blue) = 142+44+159=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E2C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2C9F is #71D360. Grayscale: #565656. Windows color (decimal): -7459681 or 10431630. OLE color: 10431630.

HSL color Cylindrical-coordinate representation of color #8E2C9F: hue angle of 291.13º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2C9F is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14244159-
CMYK0.110.7200.38
HSL291.13º56.65%39.8%-
HSV(B)291.13º72.33%62.35%-
XYZ18.3110.0633.78-
YUV86.41168.97167.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 44 (17.58% from 255) = 12.75%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=41.16%
G=12.75%
B=46.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142441590.110.7200.38291.1356.6539.8
Hex8E2C9FB480261233928
Octal21654237131100464437150
Binary1000111010110010011111101110010000100110100100011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,159); }

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

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

 a { background-color: rgb(142,44,159); }

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

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

 span { border-color: rgb(142,44,159); }

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