#8E2992

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

Shades of Vivid Violet #8E2992

Tints of Vivid Violet #8E2992

Color information

#8E2992 (or 0x8E2992) is unknown color: approx Vivid Violet. HEX triplet: 8E, 29 and 92. RGB value is (142,41,146). Sum of RGB (Red+Green+Blue) = 142+41+146=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E2992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2992 is #71D66D. Grayscale: #525252. Windows color (decimal): -7460462 or 9578894. OLE color: 9578894.

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

Color convert

RGB14241146-
CMYK0.030.7200.43
HSL297.71º56.15%36.67%-
HSV(B)297.71º71.92%57.25%-
XYZ17.149.4128.11-
YUV83.17163.46169.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=43.16%
G=12.46%
B=44.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142411460.030.7200.43297.7156.1536.67
Hex8E299234802B12a3825
Octal2165122231100534527045
Binary10001110101001100100101110010000101011100101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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