Html Css Color HEX #9F056B Eggplant

📋 copy color: '#9F056B'

red 159 ◦ green 5 ◦ blue 107

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

Shades of Eggplant #9F056B

Tints of Eggplant #9F056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 58.67%
G = 1.85%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F056B (or 0x9F056B) is known color: Eggplant. HEX triplet: 9F, 05 and 6B. RGB value is (159,5,107). Sum of RGB (Red+Green+Blue) = 159+5+107=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F056B is #60FA94. Grayscale: #3E3E3E. Windows color (decimal): -6355605 or 7013791. OLE color: 7013791.

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

Color convert

RGB 159 5 107 -
CMYK 0 0.97 0.33 0.38
HSL 320.26º 0.94% 0.32% -
HSV(B) 320.26º 0.97% 0.62% -
XYZ 17.01 8.54 14.66 -
YUV 62.67 153.02 196.71 -
System Red Green Blue C M Y K H S L
Decimal 159 5 107 0 0.97 0.33 0.38 320.26 0.94 0.32
Hex 9F 5 6B 0 61 21 26 140 5E 20
Octal 237 5 153 0 141 41 46 500 136 40
Binary 10011111 101 1101011 0 1100001 100001 100110 101000000 1011110 100000

Color Harmonies of #9F056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F056B

Black with #9F056B

Text Example


Text Example

White with #9F056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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