Html Css Color HEX #9D0A7F Eggplant

📋 copy color: '#9D0A7F'

red 157 ◦ green 10 ◦ blue 127

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

Shades of Eggplant #9D0A7F

Tints of Eggplant #9D0A7F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.4%

 BLUE value IS 127 (50% from 255) = 43.2%

R = 53.4%
G = 3.4%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D0A7F (or 0x9D0A7F) is known color: Eggplant. HEX triplet: 9D, 0A and 7F. RGB value is (157,10,127). Sum of RGB (Red+Green+Blue) = 157+10+127=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0A7F is #62F580. Grayscale: #424242. Windows color (decimal): -6485377 or 8325789. OLE color: 8325789.

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

Color convert

RGB 157 10 127 -
CMYK 0 0.94 0.19 0.38
HSL 312.24º 0.88% 0.33% -
HSV(B) 312.24º 0.94% 0.62% -
XYZ 17.84 8.92 20.86 -
YUV 67.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 157 10 127 0 0.94 0.19 0.38 312.24 0.88 0.33
Hex 9D A 7F 0 5E 13 26 138 58 21
Octal 235 12 177 0 136 23 46 470 130 41
Binary 10011101 1010 1111111 0 1011110 10011 100110 100111000 1011000 100001

Color Harmonies of #9D0A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0A7F

Black with #9D0A7F

Text Example


Text Example

White with #9D0A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,10,127); }

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

background-color css

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

 a { background-color: rgb(157,10,127); }

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

border-color css

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

 span { border-color: rgb(157,10,127); }

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