Html Css Color HEX #97116E Eggplant

📋 copy color: '#97116E'

red 151 ◦ green 17 ◦ blue 110

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

Shades of Eggplant #97116E

Tints of Eggplant #97116E

RGB

 RED value IS 151 (59.38% from 255) = 54.32%

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

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

R = 54.32%
G = 6.12%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97116E (or 0x97116E) is known color: Eggplant. HEX triplet: 97, 11 and 6E. RGB value is (151,17,110). Sum of RGB (Red+Green+Blue) = 151+17+110=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #97116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97116E is #68EE91. Grayscale: #434343. Windows color (decimal): -6876818 or 7213463. OLE color: 7213463.

HSL color Cylindrical-coordinate representation of color #97116E: hue angle of 318.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97116E is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 110 -
CMYK 0 0.89 0.27 0.41
HSL 318.36º 0.8% 0.33% -
HSV(B) 318.36º 0.89% 0.59% -
XYZ 15.78 8.11 15.48 -
YUV 67.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 151 17 110 0 0.89 0.27 0.41 318.36 0.8 0.33
Hex 97 11 6E 0 59 1B 29 13E 50 21
Octal 227 21 156 0 131 33 51 476 120 41
Binary 10010111 10001 1101110 0 1011001 11011 101001 100111110 1010000 100001

Color Harmonies of #97116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97116E

Black with #97116E

Text Example


Text Example

White with #97116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97116E; }

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

 H1.HeaderClassName
 {
   color: #97116E;
 }
 .AnyTagClassName
 {
   color: #97116E;
 }
</style>

background-color css

<style>
 a { background-color: #97116E; }

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

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

border-color css

<style>
 span { border-color: #97116E; }

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

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