Html Css Color HEX #9A096E Eggplant

📋 copy color: '#9A096E'

red 154 ◦ green 9 ◦ blue 110

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

Shades of Eggplant #9A096E

Tints of Eggplant #9A096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.29%

R = 56.41%
G = 3.3%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A096E (or 0x9A096E) is known color: Eggplant. HEX triplet: 9A, 09 and 6E. RGB value is (154,9,110). Sum of RGB (Red+Green+Blue) = 154+9+110=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A096E is #65F691. Grayscale: #3F3F3F. Windows color (decimal): -6682258 or 7211418. OLE color: 7211418.

HSL color Cylindrical-coordinate representation of color #9A096E: hue angle of 318.21º 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 #9A096E is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 9 110 -
CMYK 0 0.94 0.29 0.40
HSL 318.21º 0.89% 0.32% -
HSV(B) 318.21º 0.94% 0.6% -
XYZ 16.24 8.19 15.48 -
YUV 63.87 154.04 192.29 -
System Red Green Blue C M Y K H S L
Decimal 154 9 110 0 0.94 0.29 0.40 318.21 0.89 0.32
Hex 9A 9 6E 0 5E 1D 28 13E 59 20
Octal 232 11 156 0 136 35 50 476 131 40
Binary 10011010 1001 1101110 0 1011110 11101 101000 100111110 1011001 100000

Color Harmonies of #9A096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A096E

Black with #9A096E

Text Example


Text Example

White with #9A096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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