Html Css Color HEX #9D0974 Eggplant

📋 copy color: '#9D0974'

red 157 ◦ green 9 ◦ blue 116

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

Shades of Eggplant #9D0974

Tints of Eggplant #9D0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 55.67%
G = 3.19%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D0974 (or 0x9D0974) is known color: Eggplant. HEX triplet: 9D, 09 and 74. RGB value is (157,9,116). Sum of RGB (Red+Green+Blue) = 157+9+116=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0974 is #62F68B. Grayscale: #414141. Windows color (decimal): -6485644 or 7604637. OLE color: 7604637.

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

Color convert

RGB 157 9 116 -
CMYK 0 0.94 0.26 0.38
HSL 316.62º 0.89% 0.33% -
HSV(B) 316.62º 0.94% 0.62% -
XYZ 17.15 8.62 17.28 -
YUV 65.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 157 9 116 0 0.94 0.26 0.38 316.62 0.89 0.33
Hex 9D 9 74 0 5E 1A 26 13D 59 21
Octal 235 11 164 0 136 32 46 475 131 41
Binary 10011101 1001 1110100 0 1011110 11010 100110 100111101 1011001 100001

Color Harmonies of #9D0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0974

Black with #9D0974

Text Example


Text Example

White with #9D0974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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