Html Css Color HEX #9D007D Eggplant

📋 copy color: '#9D007D'

red 157 ◦ green 0 ◦ blue 125

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

Shades of Eggplant #9D007D

Tints of Eggplant #9D007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 44.33%

R = 55.67%
G = 0%
B = 44.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D007D (or 0x9D007D) is known color: Eggplant. HEX triplet: 9D, 00 and 7D. RGB value is (157,0,125). Sum of RGB (Red+Green+Blue) = 157+0+125=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D007D is #62FF82. Grayscale: #3C3C3C. Windows color (decimal): -6487939 or 8192157. OLE color: 8192157.

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

Color convert

RGB 157 0 125 -
CMYK 0 1 0.20 0.38
HSL 312.23º 1% 0.31% -
HSV(B) 312.23º 1% 0.62% -
XYZ 17.61 8.65 20.14 -
YUV 61.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 157 0 125 0 1 0.20 0.38 312.23 1 0.31
Hex 9D 0 7D 0 64 14 26 138 64 1F
Octal 235 0 175 0 144 24 46 470 144 37
Binary 10011101 0 1111101 0 1100100 10100 100110 100111000 1100100 11111

Color Harmonies of #9D007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D007D

Black with #9D007D

Text Example


Text Example

White with #9D007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,0,125); }

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

background-color css

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

 a { background-color: rgb(157,0,125); }

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

border-color css

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

 span { border-color: rgb(157,0,125); }

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