Html Css Color HEX #971165 Eggplant

📋 copy color: '#971165'

red 151 ◦ green 17 ◦ blue 101

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

Shades of Eggplant #971165

Tints of Eggplant #971165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 56.13%
G = 6.32%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#971165 (or 0x971165) is known color: Eggplant. HEX triplet: 97, 11 and 65. RGB value is (151,17,101). Sum of RGB (Red+Green+Blue) = 151+17+101=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #971165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971165 is #68EE9A. Grayscale: #424242. Windows color (decimal): -6876827 or 6623639. OLE color: 6623639.

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

Color convert

RGB 151 17 101 -
CMYK 0 0.89 0.33 0.41
HSL 322.39º 0.8% 0.33% -
HSV(B) 322.39º 0.89% 0.59% -
XYZ 15.31 7.92 13.03 -
YUV 66.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 151 17 101 0 0.89 0.33 0.41 322.39 0.8 0.33
Hex 97 11 65 0 59 21 29 142 50 21
Octal 227 21 145 0 131 41 51 502 120 41
Binary 10010111 10001 1100101 0 1011001 100001 101001 101000010 1010000 100001

Color Harmonies of #971165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971165

Black with #971165

Text Example


Text Example

White with #971165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971165; }

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

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

background-color css

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

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

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

border-color css

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

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

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