Html Css Color HEX #9A116E Eggplant

📋 copy color: '#9A116E'

red 154 ◦ green 17 ◦ blue 110

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

Shades of Eggplant #9A116E

Tints of Eggplant #9A116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

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

R = 54.8%
G = 6.05%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A116E (or 0x9A116E) is known color: Eggplant. HEX triplet: 9A, 11 and 6E. RGB value is (154,17,110). Sum of RGB (Red+Green+Blue) = 154+17+110=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A116E is #65EE91. Grayscale: #444444. Windows color (decimal): -6680210 or 7213466. OLE color: 7213466.

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

Color convert

RGB 154 17 110 -
CMYK 0 0.89 0.29 0.40
HSL 319.27º 0.8% 0.34% -
HSV(B) 319.27º 0.89% 0.6% -
XYZ 16.34 8.4 15.51 -
YUV 68.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 154 17 110 0 0.89 0.29 0.40 319.27 0.8 0.34
Hex 9A 11 6E 0 59 1D 28 13F 50 22
Octal 232 21 156 0 131 35 50 477 120 42
Binary 10011010 10001 1101110 0 1011001 11101 101000 100111111 1010000 100010

Color Harmonies of #9A116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A116E

Black with #9A116E

Text Example


Text Example

White with #9A116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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