Html Css Color HEX #9D017C Eggplant

📋 copy color: '#9D017C'

red 157 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #9D017C

Tints of Eggplant #9D017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 55.67%
G = 0.35%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D017C (or 0x9D017C) is known color: Eggplant. HEX triplet: 9D, 01 and 7C. RGB value is (157,1,124). Sum of RGB (Red+Green+Blue) = 157+1+124=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D017C is #62FE83. Grayscale: #3D3D3D. Windows color (decimal): -6487684 or 8126877. OLE color: 8126877.

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

Color convert

RGB 157 1 124 -
CMYK 0 0.99 0.21 0.38
HSL 312.69º 0.99% 0.31% -
HSV(B) 312.69º 0.99% 0.62% -
XYZ 17.55 8.65 19.81 -
YUV 61.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 157 1 124 0 0.99 0.21 0.38 312.69 0.99 0.31
Hex 9D 1 7C 0 63 15 26 139 63 1F
Octal 235 1 174 0 143 25 46 471 143 37
Binary 10011101 1 1111100 0 1100011 10101 100110 100111001 1100011 11111

Color Harmonies of #9D017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D017C

Black with #9D017C

Text Example


Text Example

White with #9D017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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