Html Css Color HEX #8D076B Eggplant

📋 copy color: '#8D076B'

red 141 ◦ green 7 ◦ blue 107

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

Shades of Eggplant #8D076B

Tints of Eggplant #8D076B

RGB

 RED value IS 141 (55.47% from 255) = 55.29%

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 107 (42.19% from 255) = 41.96%

R = 55.29%
G = 2.75%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8D076B (or 0x8D076B) is known color: Eggplant. HEX triplet: 8D, 07 and 6B. RGB value is (141,7,107). Sum of RGB (Red+Green+Blue) = 141+7+107=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D076B is #72F894. Grayscale: #3A3A3A. Windows color (decimal): -7534741 or 7014285. OLE color: 7014285.

HSL color Cylindrical-coordinate representation of color #8D076B: hue angle of 315.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D076B is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 7 107 -
CMYK 0 0.95 0.24 0.45
HSL 315.22º 0.91% 0.29% -
HSV(B) 315.22º 0.95% 0.55% -
XYZ 13.71 6.88 14.51 -
YUV 58.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 141 7 107 0 0.95 0.24 0.45 315.22 0.91 0.29
Hex 8D 7 6B 0 5F 18 2D 13B 5B 1D
Octal 215 7 153 0 137 30 55 473 133 35
Binary 10001101 111 1101011 0 1011111 11000 101101 100111011 1011011 11101

Color Harmonies of #8D076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D076B

Black with #8D076B

Text Example


Text Example

White with #8D076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,7,107); }

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

background-color css

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

 a { background-color: rgb(141,7,107); }

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

border-color css

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

 span { border-color: rgb(141,7,107); }

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