Html Css Color HEX #970D76 Eggplant

📋 copy color: '#970D76'

red 151 ◦ green 13 ◦ blue 118

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

Shades of Eggplant #970D76

Tints of Eggplant #970D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.61%

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

R = 53.55%
G = 4.61%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#970D76 (or 0x970D76) is known color: Eggplant. HEX triplet: 97, 0D and 76. RGB value is (151,13,118). Sum of RGB (Red+Green+Blue) = 151+13+118=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #970D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D76 is #68F289. Grayscale: #414141. Windows color (decimal): -6877834 or 7736727. OLE color: 7736727.

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

Color convert

RGB 151 13 118 -
CMYK 0 0.91 0.22 0.41
HSL 314.35º 0.84% 0.32% -
HSV(B) 314.35º 0.91% 0.59% -
XYZ 16.18 8.18 17.86 -
YUV 66.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 151 13 118 0 0.91 0.22 0.41 314.35 0.84 0.32
Hex 97 D 76 0 5B 16 29 13A 54 20
Octal 227 15 166 0 133 26 51 472 124 40
Binary 10010111 1101 1110110 0 1011011 10110 101001 100111010 1010100 100000

Color Harmonies of #970D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D76

Black with #970D76

Text Example


Text Example

White with #970D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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