Html Css Color HEX #8D126A Eggplant

📋 copy color: '#8D126A'

red 141 ◦ green 18 ◦ blue 106

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

Shades of Eggplant #8D126A

Tints of Eggplant #8D126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 106 (41.8% from 255) = 40%

R = 53.21%
G = 6.79%
B = 40%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8D126A (or 0x8D126A) is known color: Eggplant. HEX triplet: 8D, 12 and 6A. RGB value is (141,18,106). Sum of RGB (Red+Green+Blue) = 141+18+106=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D126A is #72ED95. Grayscale: #404040. Windows color (decimal): -7531926 or 6951565. OLE color: 6951565.

HSL color Cylindrical-coordinate representation of color #8D126A: hue angle of 317.07º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D126A is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 18 106 -
CMYK 0 0.87 0.25 0.45
HSL 317.07º 0.77% 0.31% -
HSV(B) 317.07º 0.87% 0.55% -
XYZ 13.8 7.14 14.29 -
YUV 64.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 141 18 106 0 0.87 0.25 0.45 317.07 0.77 0.31
Hex 8D 12 6A 0 57 19 2D 13D 4D 1F
Octal 215 22 152 0 127 31 55 475 115 37
Binary 10001101 10010 1101010 0 1010111 11001 101101 100111101 1001101 11111

Color Harmonies of #8D126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D126A

Black with #8D126A

Text Example


Text Example

White with #8D126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,18,106); }

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

background-color css

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

 a { background-color: rgb(141,18,106); }

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

border-color css

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

 span { border-color: rgb(141,18,106); }

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