Html Css Color HEX #9D1471 Eggplant

📋 copy color: '#9D1471'

red 157 ◦ green 20 ◦ blue 113

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

Shades of Eggplant #9D1471

Tints of Eggplant #9D1471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 54.14%
G = 6.9%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D1471 (or 0x9D1471) is known color: Eggplant. HEX triplet: 9D, 14 and 71. RGB value is (157,20,113). Sum of RGB (Red+Green+Blue) = 157+20+113=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1471 is #62EB8E. Grayscale: #474747. Windows color (decimal): -6482831 or 7410845. OLE color: 7410845.

HSL color Cylindrical-coordinate representation of color #9D1471: hue angle of 319.27º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1471 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 20 113 -
CMYK 0 0.87 0.28 0.38
HSL 319.27º 0.77% 0.35% -
HSV(B) 319.27º 0.87% 0.62% -
XYZ 17.14 8.86 16.43 -
YUV 71.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 157 20 113 0 0.87 0.28 0.38 319.27 0.77 0.35
Hex 9D 14 71 0 57 1C 26 13F 4D 23
Octal 235 24 161 0 127 34 46 477 115 43
Binary 10011101 10100 1110001 0 1010111 11100 100110 100111111 1001101 100011

Color Harmonies of #9D1471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1471

Black with #9D1471

Text Example


Text Example

White with #9D1471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,20,113); }

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

background-color css

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

 a { background-color: rgb(157,20,113); }

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

border-color css

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

 span { border-color: rgb(157,20,113); }

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