Html Css Color HEX #9D0D71 Eggplant

📋 copy color: '#9D0D71'

red 157 ◦ green 13 ◦ blue 113

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

Shades of Eggplant #9D0D71

Tints of Eggplant #9D0D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

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

R = 55.48%
G = 4.59%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D0D71 (or 0x9D0D71) is known color: Eggplant. HEX triplet: 9D, 0D and 71. RGB value is (157,13,113). Sum of RGB (Red+Green+Blue) = 157+13+113=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0D71 is #62F28E. Grayscale: #434343. Windows color (decimal): -6484623 or 7409053. OLE color: 7409053.

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

Color convert

RGB 157 13 113 -
CMYK 0 0.92 0.28 0.38
HSL 318.33º 0.85% 0.33% -
HSV(B) 318.33º 0.92% 0.62% -
XYZ 17.03 8.65 16.39 -
YUV 67.46 153.71 191.87 -
System Red Green Blue C M Y K H S L
Decimal 157 13 113 0 0.92 0.28 0.38 318.33 0.85 0.33
Hex 9D D 71 0 5C 1C 26 13E 55 21
Octal 235 15 161 0 134 34 46 476 125 41
Binary 10011101 1101 1110001 0 1011100 11100 100110 100111110 1010101 100001

Color Harmonies of #9D0D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0D71

Black with #9D0D71

Text Example


Text Example

White with #9D0D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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