Html Css Color HEX #9F017C Eggplant

📋 copy color: '#9F017C'

red 159 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #9F017C

Tints of Eggplant #9F017C

RGB

 RED value IS 159 (62.5% from 255) = 55.99%

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

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

R = 55.99%
G = 0.35%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F017C (or 0x9F017C) is known color: Eggplant. HEX triplet: 9F, 01 and 7C. RGB value is (159,1,124). Sum of RGB (Red+Green+Blue) = 159+1+124=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F017C is #60FE83. Grayscale: #3D3D3D. Windows color (decimal): -6356612 or 8126879. OLE color: 8126879.

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

Color convert

RGB 159 1 124 -
CMYK 0 0.99 0.22 0.38
HSL 313.29º 0.99% 0.31% -
HSV(B) 313.29º 0.99% 0.62% -
XYZ 17.95 8.85 19.83 -
YUV 62.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 159 1 124 0 0.99 0.22 0.38 313.29 0.99 0.31
Hex 9F 1 7C 0 63 16 26 139 63 1F
Octal 237 1 174 0 143 26 46 471 143 37
Binary 10011111 1 1111100 0 1100011 10110 100110 100111001 1100011 11111

Color Harmonies of #9F017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F017C

Black with #9F017C

Text Example


Text Example

White with #9F017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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