Html Css Color HEX #9D136D Eggplant

📋 copy color: '#9D136D'

red 157 ◦ green 19 ◦ blue 109

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

Shades of Eggplant #9D136D

Tints of Eggplant #9D136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 55.09%
G = 6.67%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D136D (or 0x9D136D) is known color: Eggplant. HEX triplet: 9D, 13 and 6D. RGB value is (157,19,109). Sum of RGB (Red+Green+Blue) = 157+19+109=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D136D is #62EC92. Grayscale: #464646. Windows color (decimal): -6483091 or 7148445. OLE color: 7148445.

HSL color Cylindrical-coordinate representation of color #9D136D: hue angle of 320.87º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D136D is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 19 109 -
CMYK 0 0.88 0.31 0.38
HSL 320.87º 0.78% 0.35% -
HSV(B) 320.87º 0.88% 0.62% -
XYZ 16.9 8.74 15.26 -
YUV 70.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 157 19 109 0 0.88 0.31 0.38 320.87 0.78 0.35
Hex 9D 13 6D 0 58 1F 26 141 4E 23
Octal 235 23 155 0 130 37 46 501 116 43
Binary 10011101 10011 1101101 0 1011000 11111 100110 101000001 1001110 100011

Color Harmonies of #9D136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D136D

Black with #9D136D

Text Example


Text Example

White with #9D136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,19,109); }

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

background-color css

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

 a { background-color: rgb(157,19,109); }

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

border-color css

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

 span { border-color: rgb(157,19,109); }

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