Html Css Color HEX #9F017D Eggplant

📋 copy color: '#9F017D'

red 159 ◦ green 1 ◦ blue 125

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

Shades of Eggplant #9F017D

Tints of Eggplant #9F017D

RGB

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

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

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

R = 55.79%
G = 0.35%
B = 43.86%

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

#9F017D (or 0x9F017D) is known color: Eggplant. HEX triplet: 9F, 01 and 7D. RGB value is (159,1,125). Sum of RGB (Red+Green+Blue) = 159+1+125=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F017D is #60FE82. Grayscale: #3E3E3E. Windows color (decimal): -6356611 or 8192415. OLE color: 8192415.

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

Color convert

RGB 159 1 125 -
CMYK 0 0.99 0.21 0.38
HSL 312.91º 0.99% 0.31% -
HSV(B) 312.91º 0.99% 0.62% -
XYZ 18.01 8.87 20.17 -
YUV 62.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 159 1 125 0 0.99 0.21 0.38 312.91 0.99 0.31
Hex 9F 1 7D 0 63 15 26 139 63 1F
Octal 237 1 175 0 143 25 46 471 143 37
Binary 10011111 1 1111101 0 1100011 10101 100110 100111001 1100011 11111

Color Harmonies of #9F017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F017D

Black with #9F017D

Text Example


Text Example

White with #9F017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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