Html Css Color HEX #9A096F Eggplant

📋 copy color: '#9A096F'

red 154 ◦ green 9 ◦ blue 111

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

Shades of Eggplant #9A096F

Tints of Eggplant #9A096F

RGB

 RED value IS 154 (60.55% from 255) = 56.2%

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

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

R = 56.2%
G = 3.28%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A096F (or 0x9A096F) is known color: Eggplant. HEX triplet: 9A, 09 and 6F. RGB value is (154,9,111). Sum of RGB (Red+Green+Blue) = 154+9+111=274 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.20% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 154 - color contains mainly: red. Hex color #9A096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A096F is #65F690. Grayscale: #3F3F3F. Windows color (decimal): -6682257 or 7276954. OLE color: 7276954.

HSL color Cylindrical-coordinate representation of color #9A096F: hue angle of 317.79º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A096F is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 9 111 -
CMYK 0 0.94 0.28 0.40
HSL 317.79º 0.89% 0.32% -
HSV(B) 317.79º 0.94% 0.6% -
XYZ 16.29 8.21 15.77 -
YUV 63.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 154 9 111 0 0.94 0.28 0.40 317.79 0.89 0.32
Hex 9A 9 6F 0 5E 1C 28 13E 59 20
Octal 232 11 157 0 136 34 50 476 131 40
Binary 10011010 1001 1101111 0 1011110 11100 101000 100111110 1011001 100000

Color Harmonies of #9A096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A096F

Black with #9A096F

Text Example


Text Example

White with #9A096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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