Html Css Color HEX #9D076E Eggplant

📋 copy color: '#9D076E'

red 157 ◦ green 7 ◦ blue 110

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

Shades of Eggplant #9D076E

Tints of Eggplant #9D076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.15%

R = 57.3%
G = 2.55%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D076E (or 0x9D076E) is known color: Eggplant. HEX triplet: 9D, 07 and 6E. RGB value is (157,7,110). Sum of RGB (Red+Green+Blue) = 157+7+110=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D076E is #62F891. Grayscale: #3F3F3F. Windows color (decimal): -6486162 or 7210909. OLE color: 7210909.

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

Color convert

RGB 157 7 110 -
CMYK 0 0.96 0.30 0.38
HSL 318.8º 0.91% 0.32% -
HSV(B) 318.8º 0.96% 0.62% -
XYZ 16.8 8.45 15.5 -
YUV 63.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 157 7 110 0 0.96 0.30 0.38 318.8 0.91 0.32
Hex 9D 7 6E 0 60 1E 26 13F 5B 20
Octal 235 7 156 0 140 36 46 477 133 40
Binary 10011101 111 1101110 0 1100000 11110 100110 100111111 1011011 100000

Color Harmonies of #9D076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D076E

Black with #9D076E

Text Example


Text Example

White with #9D076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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