Html Css Color HEX #971173 Eggplant

📋 copy color: '#971173'

red 151 ◦ green 17 ◦ blue 115

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

Shades of Eggplant #971173

Tints of Eggplant #971173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 53.36%
G = 6.01%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#971173 (or 0x971173) is known color: Eggplant. HEX triplet: 97, 11 and 73. RGB value is (151,17,115). Sum of RGB (Red+Green+Blue) = 151+17+115=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #971173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971173 is #68EE8C. Grayscale: #434343. Windows color (decimal): -6876813 or 7541143. OLE color: 7541143.

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

Color convert

RGB 151 17 115 -
CMYK 0 0.89 0.24 0.41
HSL 316.12º 0.8% 0.33% -
HSV(B) 316.12º 0.89% 0.59% -
XYZ 16.06 8.22 16.96 -
YUV 68.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 151 17 115 0 0.89 0.24 0.41 316.12 0.8 0.33
Hex 97 11 73 0 59 18 29 13C 50 21
Octal 227 21 163 0 131 30 51 474 120 41
Binary 10010111 10001 1110011 0 1011001 11000 101001 100111100 1010000 100001

Color Harmonies of #971173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971173

Black with #971173

Text Example


Text Example

White with #971173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971173; }

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

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

background-color css

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

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

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

border-color css

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

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

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