Html Css Color HEX #9D056F Eggplant

📋 copy color: '#9D056F'

red 157 ◦ green 5 ◦ blue 111

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

Shades of Eggplant #9D056F

Tints of Eggplant #9D056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 57.51%
G = 1.83%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D056F (or 0x9D056F) is known color: Eggplant. HEX triplet: 9D, 05 and 6F. RGB value is (157,5,111). Sum of RGB (Red+Green+Blue) = 157+5+111=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D056F is #62FA90. Grayscale: #3E3E3E. Windows color (decimal): -6486673 or 7275933. OLE color: 7275933.

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

Color convert

RGB 157 5 111 -
CMYK 0 0.97 0.29 0.38
HSL 318.16º 0.94% 0.32% -
HSV(B) 318.16º 0.97% 0.62% -
XYZ 16.83 8.42 15.78 -
YUV 62.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 157 5 111 0 0.97 0.29 0.38 318.16 0.94 0.32
Hex 9D 5 6F 0 61 1D 26 13E 5E 20
Octal 235 5 157 0 141 35 46 476 136 40
Binary 10011101 101 1101111 0 1100001 11101 100110 100111110 1011110 100000

Color Harmonies of #9D056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D056F

Black with #9D056F

Text Example


Text Example

White with #9D056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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