Html Css Color HEX #9D1972 Eggplant

📋 copy color: '#9D1972'

red 157 ◦ green 25 ◦ blue 114

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

Shades of Eggplant #9D1972

Tints of Eggplant #9D1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 53.04%
G = 8.45%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D1972 (or 0x9D1972) is known color: Eggplant. HEX triplet: 9D, 19 and 72. RGB value is (157,25,114). Sum of RGB (Red+Green+Blue) = 157+25+114=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1972 is #62E68D. Grayscale: #4A4A4A. Windows color (decimal): -6481550 or 7477661. OLE color: 7477661.

HSL color Cylindrical-coordinate representation of color #9D1972: hue angle of 319.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1972 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 25 114 -
CMYK 0 0.84 0.27 0.38
HSL 319.55º 0.73% 0.36% -
HSV(B) 319.55º 0.84% 0.62% -
XYZ 17.29 9.08 16.76 -
YUV 74.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 157 25 114 0 0.84 0.27 0.38 319.55 0.73 0.36
Hex 9D 19 72 0 54 1B 26 140 49 24
Octal 235 31 162 0 124 33 46 500 111 44
Binary 10011101 11001 1110010 0 1010100 11011 100110 101000000 1001001 100100

Color Harmonies of #9D1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1972

Black with #9D1972

Text Example


Text Example

White with #9D1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,25,114); }

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

background-color css

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

 a { background-color: rgb(157,25,114); }

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

border-color css

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

 span { border-color: rgb(157,25,114); }

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