Html Css Color HEX #9D0175 Eggplant

📋 copy color: '#9D0175'

red 157 ◦ green 1 ◦ blue 117

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

Shades of Eggplant #9D0175

Tints of Eggplant #9D0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 57.09%
G = 0.36%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D0175 (or 0x9D0175) is known color: Eggplant. HEX triplet: 9D, 01 and 75. RGB value is (157,1,117). Sum of RGB (Red+Green+Blue) = 157+1+117=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0175 is #62FE8A. Grayscale: #3C3C3C. Windows color (decimal): -6487691 or 7668125. OLE color: 7668125.

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

Color convert

RGB 157 1 117 -
CMYK 0 0.99 0.25 0.38
HSL 315.38º 0.99% 0.31% -
HSV(B) 315.38º 0.99% 0.62% -
XYZ 17.13 8.47 17.56 -
YUV 60.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 157 1 117 0 0.99 0.25 0.38 315.38 0.99 0.31
Hex 9D 1 75 0 63 19 26 13B 63 1F
Octal 235 1 165 0 143 31 46 473 143 37
Binary 10011101 1 1110101 0 1100011 11001 100110 100111011 1100011 11111

Color Harmonies of #9D0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0175

Black with #9D0175

Text Example


Text Example

White with #9D0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,1,117); }

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

background-color css

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

 a { background-color: rgb(157,1,117); }

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

border-color css

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

 span { border-color: rgb(157,1,117); }

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