Html Css Color HEX #9F056D Eggplant

📋 copy color: '#9F056D'

red 159 ◦ green 5 ◦ blue 109

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

Shades of Eggplant #9F056D

Tints of Eggplant #9F056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 58.24%
G = 1.83%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F056D (or 0x9F056D) is known color: Eggplant. HEX triplet: 9F, 05 and 6D. RGB value is (159,5,109). Sum of RGB (Red+Green+Blue) = 159+5+109=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F056D is #60FA92. Grayscale: #3E3E3E. Windows color (decimal): -6355603 or 7144863. OLE color: 7144863.

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

Color convert

RGB 159 5 109 -
CMYK 0 0.97 0.31 0.38
HSL 319.48º 0.94% 0.32% -
HSV(B) 319.48º 0.97% 0.62% -
XYZ 17.11 8.58 15.22 -
YUV 62.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 159 5 109 0 0.97 0.31 0.38 319.48 0.94 0.32
Hex 9F 5 6D 0 61 1F 26 13F 5E 20
Octal 237 5 155 0 141 37 46 477 136 40
Binary 10011111 101 1101101 0 1100001 11111 100110 100111111 1011110 100000

Color Harmonies of #9F056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F056D

Black with #9F056D

Text Example


Text Example

White with #9F056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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