Html Css Color HEX #8E469C Vivid Violet

📋 copy color: '#8E469C'

red 142 ◦ green 70 ◦ blue 156

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

Shades of Vivid Violet #8E469C

Tints of Vivid Violet #8E469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 38.59%
G = 19.02%
B = 42.39%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E469C (or 0x8E469C) is known color: Vivid Violet. HEX triplet: 8E, 46 and 9C. RGB value is (142,70,156). Sum of RGB (Red+Green+Blue) = 142+70+156=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E469C is #71B963. Grayscale: #656565. Windows color (decimal): -7453028 or 10241678. OLE color: 10241678.

HSL color Cylindrical-coordinate representation of color #8E469C: hue angle of 290.23º 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 #8E469C is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 70 156 -
CMYK 0.09 0.55 0 0.39
HSL 290.23º 0.38% 0.44% -
HSV(B) 290.23º 0.55% 0.61% -
XYZ 19.35 12.53 32.85 -
YUV 101.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 142 70 156 0.09 0.55 0 0.39 290.23 0.38 0.44
Hex 8E 46 9C 9 37 0 27 122 26 2C
Octal 216 106 234 11 67 0 47 442 46 54
Binary 10001110 1000110 10011100 1001 110111 0 100111 100100010 100110 101100

Color Harmonies of #8E469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E469C

Black with #8E469C

Text Example


Text Example

White with #8E469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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