Html Css Color HEX #8E378C Vivid Violet

📋 copy color: '#8E378C'

red 142 ◦ green 55 ◦ blue 140

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

Shades of Vivid Violet #8E378C

Tints of Vivid Violet #8E378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 42.14%
G = 16.32%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E378C (or 0x8E378C) is known color: Vivid Violet. HEX triplet: 8E, 37 and 8C. RGB value is (142,55,140). Sum of RGB (Red+Green+Blue) = 142+55+140=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E378C is #71C873. Grayscale: #5A5A5A. Windows color (decimal): -7456884 or 9189262. OLE color: 9189262.

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

Color convert

RGB 142 55 140 -
CMYK 0 0.61 0.01 0.44
HSL 301.38º 0.44% 0.39% -
HSV(B) 301.38º 0.61% 0.56% -
XYZ 17.26 10.38 25.9 -
YUV 90.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 142 55 140 0 0.61 0.01 0.44 301.38 0.44 0.39
Hex 8E 37 8C 0 3D 1 2C 12D 2C 27
Octal 216 67 214 0 75 1 54 455 54 47
Binary 10001110 110111 10001100 0 111101 1 101100 100101101 101100 100111

Color Harmonies of #8E378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E378C

Black with #8E378C

Text Example


Text Example

White with #8E378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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