Html Css Color HEX #8C0371 Eggplant

📋 copy color: '#8C0371'

red 140 ◦ green 3 ◦ blue 113

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

Shades of Eggplant #8C0371

Tints of Eggplant #8C0371

RGB

 RED value IS 140 (55.08% from 255) = 54.69%

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 54.69%
G = 1.17%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8C0371 (or 0x8C0371) is known color: Eggplant. HEX triplet: 8C, 03 and 71. RGB value is (140,3,113). Sum of RGB (Red+Green+Blue) = 140+3+113=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0371 is #73FC8E. Grayscale: #383838. Windows color (decimal): -7601295 or 7406476. OLE color: 7406476.

HSL color Cylindrical-coordinate representation of color #8C0371: hue angle of 311.82º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0371 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 3 113 -
CMYK 0 0.98 0.19 0.45
HSL 311.82º 0.96% 0.28% -
HSV(B) 311.82º 0.98% 0.55% -
XYZ 13.83 6.83 16.21 -
YUV 56.5 159.89 187.56 -
System Red Green Blue C M Y K H S L
Decimal 140 3 113 0 0.98 0.19 0.45 311.82 0.96 0.28
Hex 8C 3 71 0 62 13 2D 138 60 1C
Octal 214 3 161 0 142 23 55 470 140 34
Binary 10001100 11 1110001 0 1100010 10011 101101 100111000 1100000 11100

Color Harmonies of #8C0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0371

Black with #8C0371

Text Example


Text Example

White with #8C0371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,113); }

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

background-color css

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

 a { background-color: rgb(140,3,113); }

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

border-color css

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

 span { border-color: rgb(140,3,113); }

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