#8e299b

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

Shades of Vivid Violet #8E299B

Tints of Vivid Violet #8E299B

Color information

#8E299B (or 0x8E299B) is unknown color: approx Vivid Violet. HEX triplet: 8E, 29 and 9B. RGB value is (142,41,155). Sum of RGB (Red+Green+Blue) = 142+41+155=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E299B is #71D664. Grayscale: #535353. Windows color (decimal): -7460453 or 10168718. OLE color: 10168718.

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

Color convert

RGB14241155-
CMYK0.080.7400.39
HSL293.16º58.16%38.43%-
HSV(B)293.16º73.55%60.78%-
XYZ17.869.731.94-
YUV84.2167.96169.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 41 (16.41% from 255) = 12.13%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=42.01%
G=12.13%
B=45.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142411550.080.7400.39293.1658.1638.43
Hex8E299B84A0271253a26
Octal21651233101120474457246
Binary1000111010100110011011100010010100100111100100101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e299b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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