Html Css Color HEX #9D1070 Eggplant

📋 copy color: '#9D1070'

red 157 ◦ green 16 ◦ blue 112

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

Shades of Eggplant #9D1070

Tints of Eggplant #9D1070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 55.09%
G = 5.61%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D1070 (or 0x9D1070) is known color: Eggplant. HEX triplet: 9D, 10 and 70. RGB value is (157,16,112). Sum of RGB (Red+Green+Blue) = 157+16+112=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1070 is #62EF8F. Grayscale: #444444. Windows color (decimal): -6483856 or 7344285. OLE color: 7344285.

HSL color Cylindrical-coordinate representation of color #9D1070: hue angle of 319.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1070 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 16 112 -
CMYK 0 0.90 0.29 0.38
HSL 319.15º 0.82% 0.34% -
HSV(B) 319.15º 0.9% 0.62% -
XYZ 17.01 8.71 16.11 -
YUV 69.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 157 16 112 0 0.90 0.29 0.38 319.15 0.82 0.34
Hex 9D 10 70 0 5A 1D 26 13F 52 22
Octal 235 20 160 0 132 35 46 477 122 42
Binary 10011101 10000 1110000 0 1011010 11101 100110 100111111 1010010 100010

Color Harmonies of #9D1070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1070

Black with #9D1070

Text Example


Text Example

White with #9D1070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,16,112); }

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

background-color css

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

 a { background-color: rgb(157,16,112); }

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

border-color css

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

 span { border-color: rgb(157,16,112); }

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