Html Css Color HEX #9D096F Eggplant

📋 copy color: '#9D096F'

red 157 ◦ green 9 ◦ blue 111

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

Shades of Eggplant #9D096F

Tints of Eggplant #9D096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 56.68%
G = 3.25%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D096F (or 0x9D096F) is known color: Eggplant. HEX triplet: 9D, 09 and 6F. RGB value is (157,9,111). Sum of RGB (Red+Green+Blue) = 157+9+111=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D096F is #62F690. Grayscale: #404040. Windows color (decimal): -6485649 or 7276957. OLE color: 7276957.

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

Color convert

RGB 157 9 111 -
CMYK 0 0.94 0.29 0.38
HSL 318.65º 0.89% 0.33% -
HSV(B) 318.65º 0.94% 0.62% -
XYZ 16.87 8.51 15.79 -
YUV 64.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 157 9 111 0 0.94 0.29 0.38 318.65 0.89 0.33
Hex 9D 9 6F 0 5E 1D 26 13F 59 21
Octal 235 11 157 0 136 35 46 477 131 41
Binary 10011101 1001 1101111 0 1011110 11101 100110 100111111 1011001 100001

Color Harmonies of #9D096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D096F

Black with #9D096F

Text Example


Text Example

White with #9D096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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