Html Css Color HEX #8E469B Vivid Violet

📋 copy color: '#8E469B'

red 142 ◦ green 70 ◦ blue 155

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

Shades of Vivid Violet #8E469B

Tints of Vivid Violet #8E469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.07%

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

R = 38.69%
G = 19.07%
B = 42.23%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E469B (or 0x8E469B) is known color: Vivid Violet. HEX triplet: 8E, 46 and 9B. RGB value is (142,70,155). Sum of RGB (Red+Green+Blue) = 142+70+155=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E469B is #71B964. Grayscale: #646464. Windows color (decimal): -7453029 or 10176142. OLE color: 10176142.

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

Color convert

RGB 142 70 155 -
CMYK 0.08 0.55 0 0.39
HSL 290.82º 0.38% 0.44% -
HSV(B) 290.82º 0.55% 0.61% -
XYZ 19.26 12.5 32.41 -
YUV 101.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 142 70 155 0.08 0.55 0 0.39 290.82 0.38 0.44
Hex 8E 46 9B 8 37 0 27 123 26 2C
Octal 216 106 233 10 67 0 47 443 46 54
Binary 10001110 1000110 10011011 1000 110111 0 100111 100100011 100110 101100

Color Harmonies of #8E469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E469B

Black with #8E469B

Text Example


Text Example

White with #8E469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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