Html Css Color HEX #8E379D Vivid Violet

📋 copy color: '#8E379D'

red 142 ◦ green 55 ◦ blue 157

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

Shades of Vivid Violet #8E379D

Tints of Vivid Violet #8E379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 40.11%
G = 15.54%
B = 44.35%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E379D (or 0x8E379D) is known color: Vivid Violet. HEX triplet: 8E, 37 and 9D. RGB value is (142,55,157). Sum of RGB (Red+Green+Blue) = 142+55+157=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E379D is #71C862. Grayscale: #5C5C5C. Windows color (decimal): -7456867 or 10303374. OLE color: 10303374.

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

Color convert

RGB 142 55 157 -
CMYK 0.10 0.65 0 0.38
HSL 291.18º 0.48% 0.42% -
HSV(B) 291.18º 0.65% 0.62% -
XYZ 18.61 10.92 33.02 -
YUV 92.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 142 55 157 0.10 0.65 0 0.38 291.18 0.48 0.42
Hex 8E 37 9D A 41 0 26 123 30 2A
Octal 216 67 235 12 101 0 46 443 60 52
Binary 10001110 110111 10011101 1010 1000001 0 100110 100100011 110000 101010

Color Harmonies of #8E379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E379D

Black with #8E379D

Text Example


Text Example

White with #8E379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,55,157); }

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

background-color css

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

 a { background-color: rgb(142,55,157); }

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

border-color css

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

 span { border-color: rgb(142,55,157); }

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