Html Css Color HEX #9D097A Eggplant

📋 copy color: '#9D097A'

red 157 ◦ green 9 ◦ blue 122

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

Shades of Eggplant #9D097A

Tints of Eggplant #9D097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

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

R = 54.51%
G = 3.13%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D097A (or 0x9D097A) is known color: Eggplant. HEX triplet: 9D, 09 and 7A. RGB value is (157,9,122). Sum of RGB (Red+Green+Blue) = 157+9+122=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D097A is #62F685. Grayscale: #414141. Windows color (decimal): -6485638 or 7997853. OLE color: 7997853.

HSL color Cylindrical-coordinate representation of color #9D097A: hue angle of 314.19º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D097A is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 9 122 -
CMYK 0 0.94 0.22 0.38
HSL 314.19º 0.89% 0.33% -
HSV(B) 314.19º 0.94% 0.62% -
XYZ 17.52 8.77 19.18 -
YUV 66.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 157 9 122 0 0.94 0.22 0.38 314.19 0.89 0.33
Hex 9D 9 7A 0 5E 16 26 13A 59 21
Octal 235 11 172 0 136 26 46 472 131 41
Binary 10011101 1001 1111010 0 1011110 10110 100110 100111010 1011001 100001

Color Harmonies of #9D097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D097A

Black with #9D097A

Text Example


Text Example

White with #9D097A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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