Html Css Color HEX #97116D Eggplant

📋 copy color: '#97116D'

red 151 ◦ green 17 ◦ blue 109

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

Shades of Eggplant #97116D

Tints of Eggplant #97116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 54.51%
G = 6.14%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97116D (or 0x97116D) is known color: Eggplant. HEX triplet: 97, 11 and 6D. RGB value is (151,17,109). Sum of RGB (Red+Green+Blue) = 151+17+109=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #97116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97116D is #68EE92. Grayscale: #434343. Windows color (decimal): -6876819 or 7147927. OLE color: 7147927.

HSL color Cylindrical-coordinate representation of color #97116D: hue angle of 318.81º 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 #97116D is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 109 -
CMYK 0 0.89 0.28 0.41
HSL 318.81º 0.8% 0.33% -
HSV(B) 318.81º 0.89% 0.59% -
XYZ 15.72 8.08 15.2 -
YUV 67.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 151 17 109 0 0.89 0.28 0.41 318.81 0.8 0.33
Hex 97 11 6D 0 59 1C 29 13F 50 21
Octal 227 21 155 0 131 34 51 477 120 41
Binary 10010111 10001 1101101 0 1011001 11100 101001 100111111 1010000 100001

Color Harmonies of #97116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97116D

Black with #97116D

Text Example


Text Example

White with #97116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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