Html Css Color HEX #9F096F Eggplant

📋 copy color: '#9F096F'

red 159 ◦ green 9 ◦ blue 111

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

Shades of Eggplant #9F096F

Tints of Eggplant #9F096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 56.99%
G = 3.23%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F096F (or 0x9F096F) is known color: Eggplant. HEX triplet: 9F, 09 and 6F. RGB value is (159,9,111). Sum of RGB (Red+Green+Blue) = 159+9+111=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F096F is #60F690. Grayscale: #414141. Windows color (decimal): -6354577 or 7276959. OLE color: 7276959.

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

Color convert

RGB 159 9 111 -
CMYK 0 0.94 0.30 0.38
HSL 319.2º 0.89% 0.33% -
HSV(B) 319.2º 0.94% 0.62% -
XYZ 17.27 8.71 15.81 -
YUV 65.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 159 9 111 0 0.94 0.30 0.38 319.2 0.89 0.33
Hex 9F 9 6F 0 5E 1E 26 13F 59 21
Octal 237 11 157 0 136 36 46 477 131 41
Binary 10011111 1001 1101111 0 1011110 11110 100110 100111111 1011001 100001

Color Harmonies of #9F096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F096F

Black with #9F096F

Text Example


Text Example

White with #9F096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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