Html Css Color HEX #9D0179 Eggplant

📋 copy color: '#9D0179'

red 157 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #9D0179

Tints of Eggplant #9D0179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.37%

R = 56.27%
G = 0.36%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D0179 (or 0x9D0179) is known color: Eggplant. HEX triplet: 9D, 01 and 79. RGB value is (157,1,121). Sum of RGB (Red+Green+Blue) = 157+1+121=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0179 is #62FE86. Grayscale: #3D3D3D. Windows color (decimal): -6487687 or 7930269. OLE color: 7930269.

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

Color convert

RGB 157 1 121 -
CMYK 0 0.99 0.23 0.38
HSL 313.85º 0.99% 0.31% -
HSV(B) 313.85º 0.99% 0.62% -
XYZ 17.37 8.57 18.83 -
YUV 61.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 157 1 121 0 0.99 0.23 0.38 313.85 0.99 0.31
Hex 9D 1 79 0 63 17 26 13A 63 1F
Octal 235 1 171 0 143 27 46 472 143 37
Binary 10011101 1 1111001 0 1100011 10111 100110 100111010 1100011 11111

Color Harmonies of #9D0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0179

Black with #9D0179

Text Example


Text Example

White with #9D0179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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