Html Css Color HEX #9D077A Eggplant

📋 copy color: '#9D077A'

red 157 ◦ green 7 ◦ blue 122

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

Shades of Eggplant #9D077A

Tints of Eggplant #9D077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 54.9%
G = 2.45%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D077A (or 0x9D077A) is known color: Eggplant. HEX triplet: 9D, 07 and 7A. RGB value is (157,7,122). Sum of RGB (Red+Green+Blue) = 157+7+122=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D077A is #62F885. Grayscale: #404040. Windows color (decimal): -6486150 or 7997341. OLE color: 7997341.

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

Color convert

RGB 157 7 122 -
CMYK 0 0.96 0.22 0.38
HSL 314º 0.91% 0.32% -
HSV(B) 314º 0.96% 0.62% -
XYZ 17.49 8.73 19.17 -
YUV 64.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 157 7 122 0 0.96 0.22 0.38 314 0.91 0.32
Hex 9D 7 7A 0 60 16 26 13A 5B 20
Octal 235 7 172 0 140 26 46 472 133 40
Binary 10011101 111 1111010 0 1100000 10110 100110 100111010 1011011 100000

Color Harmonies of #9D077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D077A

Black with #9D077A

Text Example


Text Example

White with #9D077A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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