Html Css Color HEX #9D037C Eggplant

📋 copy color: '#9D037C'

red 157 ◦ green 3 ◦ blue 124

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

Shades of Eggplant #9D037C

Tints of Eggplant #9D037C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 55.28%
G = 1.06%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D037C (or 0x9D037C) is known color: Eggplant. HEX triplet: 9D, 03 and 7C. RGB value is (157,3,124). Sum of RGB (Red+Green+Blue) = 157+3+124=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D037C is #62FC83. Grayscale: #3E3E3E. Windows color (decimal): -6487172 or 8127389. OLE color: 8127389.

HSL color Cylindrical-coordinate representation of color #9D037C: hue angle of 312.86º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D037C is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 3 124 -
CMYK 0 0.98 0.21 0.38
HSL 312.86º 0.96% 0.31% -
HSV(B) 312.86º 0.98% 0.62% -
XYZ 17.58 8.69 19.82 -
YUV 62.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 157 3 124 0 0.98 0.21 0.38 312.86 0.96 0.31
Hex 9D 3 7C 0 62 15 26 139 60 1F
Octal 235 3 174 0 142 25 46 471 140 37
Binary 10011101 11 1111100 0 1100010 10101 100110 100111001 1100000 11111

Color Harmonies of #9D037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D037C

Black with #9D037C

Text Example


Text Example

White with #9D037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,3,124); }

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

background-color css

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

 a { background-color: rgb(157,3,124); }

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

border-color css

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

 span { border-color: rgb(157,3,124); }

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