Html Css Color HEX #971167 Eggplant

📋 copy color: '#971167'

red 151 ◦ green 17 ◦ blue 103

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

Shades of Eggplant #971167

Tints of Eggplant #971167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 55.72%
G = 6.27%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#971167 (or 0x971167) is known color: Eggplant. HEX triplet: 97, 11 and 67. RGB value is (151,17,103). Sum of RGB (Red+Green+Blue) = 151+17+103=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #971167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971167 is #68EE98. Grayscale: #424242. Windows color (decimal): -6876825 or 6754711. OLE color: 6754711.

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

Color convert

RGB 151 17 103 -
CMYK 0 0.89 0.32 0.41
HSL 321.49º 0.8% 0.33% -
HSV(B) 321.49º 0.89% 0.59% -
XYZ 15.41 7.96 13.56 -
YUV 66.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 151 17 103 0 0.89 0.32 0.41 321.49 0.8 0.33
Hex 97 11 67 0 59 20 29 141 50 21
Octal 227 21 147 0 131 40 51 501 120 41
Binary 10010111 10001 1100111 0 1011001 100000 101001 101000001 1010000 100001

Color Harmonies of #971167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971167

Black with #971167

Text Example


Text Example

White with #971167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971167; }

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

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

background-color css

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

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

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

border-color css

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

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

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