Html Css Color HEX #8E489E Vivid Violet

📋 copy color: '#8E489E'

red 142 ◦ green 72 ◦ blue 158

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

Shades of Vivid Violet #8E489E

Tints of Vivid Violet #8E489E

RGB

 RED value IS 142 (55.86% from 255) = 38.17%

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 38.17%
G = 19.35%
B = 42.47%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E489E (or 0x8E489E) is known color: Vivid Violet. HEX triplet: 8E, 48 and 9E. RGB value is (142,72,158). Sum of RGB (Red+Green+Blue) = 142+72+158=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E489E is #71B761. Grayscale: #666666. Windows color (decimal): -7452514 or 10373262. OLE color: 10373262.

HSL color Cylindrical-coordinate representation of color #8E489E: hue angle of 288.84º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E489E is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 72 158 -
CMYK 0.10 0.54 0 0.38
HSL 288.84º 0.37% 0.45% -
HSV(B) 288.84º 0.54% 0.62% -
XYZ 19.64 12.85 33.79 -
YUV 102.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 142 72 158 0.10 0.54 0 0.38 288.84 0.37 0.45
Hex 8E 48 9E A 36 0 26 121 25 2D
Octal 216 110 236 12 66 0 46 441 45 55
Binary 10001110 1001000 10011110 1010 110110 0 100110 100100001 100101 101101

Color Harmonies of #8E489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E489E

Black with #8E489E

Text Example


Text Example

White with #8E489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,72,158); }

 H1.HeaderClassName
 {
   color: #8E489E;
 }
 .AnyTagClassName
 {
   color: #8E489E;
 }
</style>

background-color css

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

 a { background-color: rgb(142,72,158); }

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

border-color css

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

 span { border-color: rgb(142,72,158); }

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