Html Css Color HEX #9D077E Eggplant

📋 copy color: '#9D077E'

red 157 ◦ green 7 ◦ blue 126

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

Shades of Eggplant #9D077E

Tints of Eggplant #9D077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.45%

R = 54.14%
G = 2.41%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D077E (or 0x9D077E) is known color: Eggplant. HEX triplet: 9D, 07 and 7E. RGB value is (157,7,126). Sum of RGB (Red+Green+Blue) = 157+7+126=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D077E is #62F881. Grayscale: #414141. Windows color (decimal): -6486146 or 8259485. OLE color: 8259485.

HSL color Cylindrical-coordinate representation of color #9D077E: hue angle of 312.4º 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 #9D077E is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 7 126 -
CMYK 0 0.96 0.20 0.38
HSL 312.4º 0.91% 0.32% -
HSV(B) 312.4º 0.96% 0.62% -
XYZ 17.75 8.83 20.51 -
YUV 65.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 157 7 126 0 0.96 0.20 0.38 312.4 0.91 0.32
Hex 9D 7 7E 0 60 14 26 138 5B 20
Octal 235 7 176 0 140 24 46 470 133 40
Binary 10011101 111 1111110 0 1100000 10100 100110 100111000 1011011 100000

Color Harmonies of #9D077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D077E

Black with #9D077E

Text Example


Text Example

White with #9D077E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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