Html Css Color HEX #9D1279 Eggplant

📋 copy color: '#9D1279'

red 157 ◦ green 18 ◦ blue 121

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

Shades of Eggplant #9D1279

Tints of Eggplant #9D1279

RGB

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

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

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

R = 53.04%
G = 6.08%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D1279 (or 0x9D1279) is known color: Eggplant. HEX triplet: 9D, 12 and 79. RGB value is (157,18,121). Sum of RGB (Red+Green+Blue) = 157+18+121=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1279 is #62ED86. Grayscale: #474747. Windows color (decimal): -6483335 or 7934621. OLE color: 7934621.

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

Color convert

RGB 157 18 121 -
CMYK 0 0.89 0.23 0.38
HSL 315.54º 0.79% 0.34% -
HSV(B) 315.54º 0.89% 0.62% -
XYZ 17.57 8.98 18.9 -
YUV 71.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 157 18 121 0 0.89 0.23 0.38 315.54 0.79 0.34
Hex 9D 12 79 0 59 17 26 13C 4F 22
Octal 235 22 171 0 131 27 46 474 117 42
Binary 10011101 10010 1111001 0 1011001 10111 100110 100111100 1001111 100010

Color Harmonies of #9D1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1279

Black with #9D1279

Text Example


Text Example

White with #9D1279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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