Html Css Color HEX #8E378A Vivid Violet

📋 copy color: '#8E378A'

red 142 ◦ green 55 ◦ blue 138

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

Shades of Vivid Violet #8E378A

Tints of Vivid Violet #8E378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 42.39%
G = 16.42%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E378A (or 0x8E378A) is known color: Vivid Violet. HEX triplet: 8E, 37 and 8A. RGB value is (142,55,138). Sum of RGB (Red+Green+Blue) = 142+55+138=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E378A is #71C875. Grayscale: #5A5A5A. Windows color (decimal): -7456886 or 9058190. OLE color: 9058190.

HSL color Cylindrical-coordinate representation of color #8E378A: hue angle of 302.76º 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 #8E378A is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 55 138 -
CMYK 0 0.61 0.03 0.44
HSL 302.76º 0.44% 0.39% -
HSV(B) 302.76º 0.61% 0.56% -
XYZ 17.11 10.32 25.13 -
YUV 90.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 142 55 138 0 0.61 0.03 0.44 302.76 0.44 0.39
Hex 8E 37 8A 0 3D 3 2C 12F 2C 27
Octal 216 67 212 0 75 3 54 457 54 47
Binary 10001110 110111 10001010 0 111101 11 101100 100101111 101100 100111

Color Harmonies of #8E378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E378A

Black with #8E378A

Text Example


Text Example

White with #8E378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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