Html Css Color HEX #8E299B Vivid Violet

📋 copy color: '#8E299B'

red 142 ◦ green 41 ◦ blue 155

#8E299B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8E299B

Tints of Vivid Violet #8E299B

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 value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E299B (or 0x8E299B) is known color: 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

RGB 142 41 155 -
CMYK 0.08 0.74 0 0.39
HSL 293.16º 0.58% 0.38% -
HSV(B) 293.16º 0.74% 0.61% -
XYZ 17.86 9.7 31.94 -
YUV 84.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 142 41 155 0.08 0.74 0 0.39 293.16 0.58 0.38
Hex 8E 29 9B 8 4A 0 27 125 3A 26
Octal 216 51 233 10 112 0 47 445 72 46
Binary 10001110 101001 10011011 1000 1001010 0 100111 100100101 111010 100110

Color Harmonies of #8E299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E299B

Black with #8E299B

Text Example


Text Example

White with #8E299B

Text Example


Text Example

HTML Codes & Css Web 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>