Html Css Color HEX #9D0C71 Eggplant

📋 copy color: '#9D0C71'

red 157 ◦ green 12 ◦ blue 113

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

Shades of Eggplant #9D0C71

Tints of Eggplant #9D0C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

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

R = 55.67%
G = 4.26%
B = 40.07%

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

#9D0C71 (or 0x9D0C71) is known color: Eggplant. HEX triplet: 9D, 0C and 71. RGB value is (157,12,113). Sum of RGB (Red+Green+Blue) = 157+12+113=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C71 is #62F38E. Grayscale: #424242. Windows color (decimal): -6484879 or 7408797. OLE color: 7408797.

HSL color Cylindrical-coordinate representation of color #9D0C71: hue angle of 318.21º degrees, saturation: 0.86, 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 #9D0C71 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 12 113 -
CMYK 0 0.92 0.28 0.38
HSL 318.21º 0.86% 0.33% -
HSV(B) 318.21º 0.92% 0.62% -
XYZ 17.02 8.62 16.39 -
YUV 66.87 154.04 192.29 -
System Red Green Blue C M Y K H S L
Decimal 157 12 113 0 0.92 0.28 0.38 318.21 0.86 0.33
Hex 9D C 71 0 5C 1C 26 13E 56 21
Octal 235 14 161 0 134 34 46 476 126 41
Binary 10011101 1100 1110001 0 1011100 11100 100110 100111110 1010110 100001

Color Harmonies of #9D0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0C71

Black with #9D0C71

Text Example


Text Example

White with #9D0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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