Html Css Color HEX #9D056B Eggplant

📋 copy color: '#9D056B'

red 157 ◦ green 5 ◦ blue 107

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

Shades of Eggplant #9D056B

Tints of Eggplant #9D056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 58.36%
G = 1.86%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D056B (or 0x9D056B) is known color: Eggplant. HEX triplet: 9D, 05 and 6B. RGB value is (157,5,107). Sum of RGB (Red+Green+Blue) = 157+5+107=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D056B is #62FA94. Grayscale: #3D3D3D. Windows color (decimal): -6486677 or 7013789. OLE color: 7013789.

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

Color convert

RGB 157 5 107 -
CMYK 0 0.97 0.32 0.38
HSL 319.74º 0.94% 0.32% -
HSV(B) 319.74º 0.97% 0.62% -
XYZ 16.61 8.34 14.64 -
YUV 62.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 157 5 107 0 0.97 0.32 0.38 319.74 0.94 0.32
Hex 9D 5 6B 0 61 20 26 140 5E 20
Octal 235 5 153 0 141 40 46 500 136 40
Binary 10011101 101 1101011 0 1100001 100000 100110 101000000 1011110 100000

Color Harmonies of #9D056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D056B

Black with #9D056B

Text Example


Text Example

White with #9D056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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