Html Css Color HEX #970176 Eggplant

📋 copy color: '#970176'

red 151 ◦ green 1 ◦ blue 118

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

Shades of Eggplant #970176

Tints of Eggplant #970176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 55.93%
G = 0.37%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#970176 (or 0x970176) is known color: Eggplant. HEX triplet: 97, 01 and 76. RGB value is (151,1,118). Sum of RGB (Red+Green+Blue) = 151+1+118=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #970176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970176 is #68FE89. Grayscale: #3A3A3A. Windows color (decimal): -6880906 or 7733655. OLE color: 7733655.

HSL color Cylindrical-coordinate representation of color #970176: hue angle of 313.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970176 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 118 -
CMYK 0 0.99 0.22 0.41
HSL 313.2º 0.99% 0.3% -
HSV(B) 313.2º 0.99% 0.59% -
XYZ 16.04 7.91 17.82 -
YUV 59.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 151 1 118 0 0.99 0.22 0.41 313.2 0.99 0.3
Hex 97 1 76 0 63 16 29 139 63 1E
Octal 227 1 166 0 143 26 51 471 143 36
Binary 10010111 1 1110110 0 1100011 10110 101001 100111001 1100011 11110

Color Harmonies of #970176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970176

Black with #970176

Text Example


Text Example

White with #970176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970176; }

 p { color: rgb(151,1,118); }

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

background-color css

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

 a { background-color: rgb(151,1,118); }

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

border-color css

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

 span { border-color: rgb(151,1,118); }

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