Html Css Color HEX #9F096A Eggplant

📋 copy color: '#9F096A'

red 159 ◦ green 9 ◦ blue 106

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

Shades of Eggplant #9F096A

Tints of Eggplant #9F096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 58.03%
G = 3.28%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F096A (or 0x9F096A) is known color: Eggplant. HEX triplet: 9F, 09 and 6A. RGB value is (159,9,106). Sum of RGB (Red+Green+Blue) = 159+9+106=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F096A is #60F695. Grayscale: #404040. Windows color (decimal): -6354582 or 6949279. OLE color: 6949279.

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

Color convert

RGB 159 9 106 -
CMYK 0 0.94 0.33 0.38
HSL 321.2º 0.89% 0.33% -
HSV(B) 321.2º 0.94% 0.62% -
XYZ 17 8.61 14.4 -
YUV 64.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 159 9 106 0 0.94 0.33 0.38 321.2 0.89 0.33
Hex 9F 9 6A 0 5E 21 26 141 59 21
Octal 237 11 152 0 136 41 46 501 131 41
Binary 10011111 1001 1101010 0 1011110 100001 100110 101000001 1011001 100001

Color Harmonies of #9F096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F096A

Black with #9F096A

Text Example


Text Example

White with #9F096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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