Html Css Color HEX #9D0776 Eggplant

📋 copy color: '#9D0776'

red 157 ◦ green 7 ◦ blue 118

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

Shades of Eggplant #9D0776

Tints of Eggplant #9D0776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 55.67%
G = 2.48%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D0776 (or 0x9D0776) is known color: Eggplant. HEX triplet: 9D, 07 and 76. RGB value is (157,7,118). Sum of RGB (Red+Green+Blue) = 157+7+118=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0776 is #62F889. Grayscale: #404040. Windows color (decimal): -6486154 or 7735197. OLE color: 7735197.

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

Color convert

RGB 157 7 118 -
CMYK 0 0.96 0.25 0.38
HSL 315.6º 0.91% 0.32% -
HSV(B) 315.6º 0.96% 0.62% -
XYZ 17.25 8.63 17.9 -
YUV 64.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 157 7 118 0 0.96 0.25 0.38 315.6 0.91 0.32
Hex 9D 7 76 0 60 19 26 13C 5B 20
Octal 235 7 166 0 140 31 46 474 133 40
Binary 10011101 111 1110110 0 1100000 11001 100110 100111100 1011011 100000

Color Harmonies of #9D0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0776

Black with #9D0776

Text Example


Text Example

White with #9D0776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,7,118); }

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

background-color css

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

 a { background-color: rgb(157,7,118); }

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

border-color css

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

 span { border-color: rgb(157,7,118); }

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