Html Css Color HEX #970975 Eggplant

📋 copy color: '#970975'

red 151 ◦ green 9 ◦ blue 117

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

Shades of Eggplant #970975

Tints of Eggplant #970975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 54.51%
G = 3.25%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970975 (or 0x970975) is known color: Eggplant. HEX triplet: 97, 09 and 75. RGB value is (151,9,117). Sum of RGB (Red+Green+Blue) = 151+9+117=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #970975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970975 is #68F68A. Grayscale: #3F3F3F. Windows color (decimal): -6878859 or 7670167. OLE color: 7670167.

HSL color Cylindrical-coordinate representation of color #970975: hue angle of 314.37º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970975 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 9 117 -
CMYK 0 0.94 0.23 0.41
HSL 314.37º 0.89% 0.31% -
HSV(B) 314.37º 0.94% 0.59% -
XYZ 16.07 8.06 17.54 -
YUV 63.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 151 9 117 0 0.94 0.23 0.41 314.37 0.89 0.31
Hex 97 9 75 0 5E 17 29 13A 59 1F
Octal 227 11 165 0 136 27 51 472 131 37
Binary 10010111 1001 1110101 0 1011110 10111 101001 100111010 1011001 11111

Color Harmonies of #970975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970975

Black with #970975

Text Example


Text Example

White with #970975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970975; }

 p { color: rgb(151,9,117); }

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

background-color css

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

 a { background-color: rgb(151,9,117); }

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

border-color css

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

 span { border-color: rgb(151,9,117); }

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