Html Css Color HEX #9F057E Eggplant

📋 copy color: '#9F057E'

red 159 ◦ green 5 ◦ blue 126

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

Shades of Eggplant #9F057E

Tints of Eggplant #9F057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.45%

R = 54.83%
G = 1.72%
B = 43.45%

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

#9F057E (or 0x9F057E) is known color: Eggplant. HEX triplet: 9F, 05 and 7E. RGB value is (159,5,126). Sum of RGB (Red+Green+Blue) = 159+5+126=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F057E is #60FA81. Grayscale: #404040. Windows color (decimal): -6355586 or 8258975. OLE color: 8258975.

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

Color convert

RGB 159 5 126 -
CMYK 0 0.97 0.21 0.38
HSL 312.86º 0.94% 0.32% -
HSV(B) 312.86º 0.97% 0.62% -
XYZ 18.12 8.99 20.52 -
YUV 64.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 159 5 126 0 0.97 0.21 0.38 312.86 0.94 0.32
Hex 9F 5 7E 0 61 15 26 139 5E 20
Octal 237 5 176 0 141 25 46 471 136 40
Binary 10011111 101 1111110 0 1100001 10101 100110 100111001 1011110 100000

Color Harmonies of #9F057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F057E

Black with #9F057E

Text Example


Text Example

White with #9F057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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