Html Css Color HEX #9D1079 Eggplant

📋 copy color: '#9D1079'

red 157 ◦ green 16 ◦ blue 121

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

Shades of Eggplant #9D1079

Tints of Eggplant #9D1079

RGB

 RED value IS 157 (61.72% from 255) = 53.4%

 GREEN value IS 16 (6.64% from 255) = 5.44%

 BLUE value IS 121 (47.66% from 255) = 41.16%

R = 53.4%
G = 5.44%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D1079 (or 0x9D1079) is known color: Eggplant. HEX triplet: 9D, 10 and 79. RGB value is (157,16,121). Sum of RGB (Red+Green+Blue) = 157+16+121=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1079 is #62EF86. Grayscale: #454545. Windows color (decimal): -6483847 or 7934109. OLE color: 7934109.

HSL color Cylindrical-coordinate representation of color #9D1079: hue angle of 315.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1079 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 16 121 -
CMYK 0 0.90 0.23 0.38
HSL 315.32º 0.82% 0.34% -
HSV(B) 315.32º 0.9% 0.62% -
XYZ 17.54 8.92 18.89 -
YUV 70.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 157 16 121 0 0.90 0.23 0.38 315.32 0.82 0.34
Hex 9D 10 79 0 5A 17 26 13B 52 22
Octal 235 20 171 0 132 27 46 473 122 42
Binary 10011101 10000 1111001 0 1011010 10111 100110 100111011 1010010 100010

Color Harmonies of #9D1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1079

Black with #9D1079

Text Example


Text Example

White with #9D1079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D1079; }

 p { color: rgb(157,16,121); }

 H1.HeaderClassName
 {
   color: #9D1079;
 }
 .AnyTagClassName
 {
   color: #9D1079;
 }
</style>

background-color css

<style>
 a { background-color: #9D1079; }

 a { background-color: rgb(157,16,121); }

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

border-color css

<style>
 span { border-color: #9D1079; }

 span { border-color: rgb(157,16,121); }

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