Html Css Color HEX #9F076F Eggplant

📋 copy color: '#9F076F'

red 159 ◦ green 7 ◦ blue 111

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

Shades of Eggplant #9F076F

Tints of Eggplant #9F076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 57.4%
G = 2.53%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F076F (or 0x9F076F) is known color: Eggplant. HEX triplet: 9F, 07 and 6F. RGB value is (159,7,111). Sum of RGB (Red+Green+Blue) = 159+7+111=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F076F is #60F890. Grayscale: #404040. Windows color (decimal): -6355089 or 7276447. OLE color: 7276447.

HSL color Cylindrical-coordinate representation of color #9F076F: hue angle of 318.95º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F076F is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 7 111 -
CMYK 0 0.96 0.30 0.38
HSL 318.95º 0.92% 0.33% -
HSV(B) 318.95º 0.96% 0.62% -
XYZ 17.24 8.67 15.8 -
YUV 64.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 159 7 111 0 0.96 0.30 0.38 318.95 0.92 0.33
Hex 9F 7 6F 0 60 1E 26 13F 5C 21
Octal 237 7 157 0 140 36 46 477 134 41
Binary 10011111 111 1101111 0 1100000 11110 100110 100111111 1011100 100001

Color Harmonies of #9F076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F076F

Black with #9F076F

Text Example


Text Example

White with #9F076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,7,111); }

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

background-color css

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

 a { background-color: rgb(159,7,111); }

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

border-color css

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

 span { border-color: rgb(159,7,111); }

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