Html Css Color HEX #971669 Eggplant

📋 copy color: '#971669'

red 151 ◦ green 22 ◦ blue 105

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

Shades of Eggplant #971669

Tints of Eggplant #971669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 105 (41.41% from 255) = 37.77%

R = 54.32%
G = 7.91%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#971669 (or 0x971669) is known color: Eggplant. HEX triplet: 97, 16 and 69. RGB value is (151,22,105). Sum of RGB (Red+Green+Blue) = 151+22+105=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #971669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971669 is #68E996. Grayscale: #454545. Windows color (decimal): -6875543 or 6887063. OLE color: 6887063.

HSL color Cylindrical-coordinate representation of color #971669: hue angle of 321.4º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971669 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 22 105 -
CMYK 0 0.85 0.30 0.41
HSL 321.4º 0.75% 0.34% -
HSV(B) 321.4º 0.85% 0.59% -
XYZ 15.6 8.17 14.12 -
YUV 70.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 151 22 105 0 0.85 0.30 0.41 321.4 0.75 0.34
Hex 97 16 69 0 55 1E 29 141 4B 22
Octal 227 26 151 0 125 36 51 501 113 42
Binary 10010111 10110 1101001 0 1010101 11110 101001 101000001 1001011 100010

Color Harmonies of #971669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971669

Black with #971669

Text Example


Text Example

White with #971669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971669; }

 p { color: rgb(151,22,105); }

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

background-color css

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

 a { background-color: rgb(151,22,105); }

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

border-color css

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

 span { border-color: rgb(151,22,105); }

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