Html Css Color HEX #9F057D Eggplant

📋 copy color: '#9F057D'

red 159 ◦ green 5 ◦ blue 125

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

Shades of Eggplant #9F057D

Tints of Eggplant #9F057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.73%

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

R = 55.02%
G = 1.73%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F057D (or 0x9F057D) is known color: Eggplant. HEX triplet: 9F, 05 and 7D. RGB value is (159,5,125). Sum of RGB (Red+Green+Blue) = 159+5+125=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F057D is #60FA82. Grayscale: #404040. Windows color (decimal): -6355587 or 8193439. OLE color: 8193439.

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

Color convert

RGB 159 5 125 -
CMYK 0 0.97 0.21 0.38
HSL 313.25º 0.94% 0.32% -
HSV(B) 313.25º 0.97% 0.62% -
XYZ 18.05 8.96 20.18 -
YUV 64.73 162.02 195.24 -
System Red Green Blue C M Y K H S L
Decimal 159 5 125 0 0.97 0.21 0.38 313.25 0.94 0.32
Hex 9F 5 7D 0 61 15 26 139 5E 20
Octal 237 5 175 0 141 25 46 471 136 40
Binary 10011111 101 1111101 0 1100001 10101 100110 100111001 1011110 100000

Color Harmonies of #9F057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F057D

Black with #9F057D

Text Example


Text Example

White with #9F057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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