Html Css Color HEX #8E469E Vivid Violet

📋 copy color: '#8E469E'

red 142 ◦ green 70 ◦ blue 158

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

Shades of Vivid Violet #8E469E

Tints of Vivid Violet #8E469E

RGB

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

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

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

R = 38.38%
G = 18.92%
B = 42.7%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E469E (or 0x8E469E) is known color: Vivid Violet. HEX triplet: 8E, 46 and 9E. RGB value is (142,70,158). Sum of RGB (Red+Green+Blue) = 142+70+158=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E469E is #71B961. Grayscale: #656565. Windows color (decimal): -7453026 or 10372750. OLE color: 10372750.

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

Color convert

RGB 142 70 158 -
CMYK 0.10 0.56 0 0.38
HSL 289.09º 0.39% 0.45% -
HSV(B) 289.09º 0.56% 0.62% -
XYZ 19.52 12.6 33.75 -
YUV 101.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 142 70 158 0.10 0.56 0 0.38 289.09 0.39 0.45
Hex 8E 46 9E A 38 0 26 121 27 2D
Octal 216 106 236 12 70 0 46 441 47 55
Binary 10001110 1000110 10011110 1010 111000 0 100110 100100001 100111 101101

Color Harmonies of #8E469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E469E

Black with #8E469E

Text Example


Text Example

White with #8E469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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