Html Css Color HEX #8E489B Vivid Violet

📋 copy color: '#8E489B'

red 142 ◦ green 72 ◦ blue 155

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

Shades of Vivid Violet #8E489B

Tints of Vivid Violet #8E489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 38.48%
G = 19.51%
B = 42.01%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E489B (or 0x8E489B) is known color: Vivid Violet. HEX triplet: 8E, 48 and 9B. RGB value is (142,72,155). Sum of RGB (Red+Green+Blue) = 142+72+155=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E489B is #71B764. Grayscale: #666666. Windows color (decimal): -7452517 or 10176654. OLE color: 10176654.

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

Color convert

RGB 142 72 155 -
CMYK 0.08 0.54 0 0.39
HSL 290.6º 0.37% 0.45% -
HSV(B) 290.6º 0.54% 0.61% -
XYZ 19.39 12.75 32.45 -
YUV 102.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 142 72 155 0.08 0.54 0 0.39 290.6 0.37 0.45
Hex 8E 48 9B 8 36 0 27 123 25 2D
Octal 216 110 233 10 66 0 47 443 45 55
Binary 10001110 1001000 10011011 1000 110110 0 100111 100100011 100101 101101

Color Harmonies of #8E489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E489B

Black with #8E489B

Text Example


Text Example

White with #8E489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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