Html Css Color HEX #970F6D Eggplant

📋 copy color: '#970F6D'

red 151 ◦ green 15 ◦ blue 109

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

Shades of Eggplant #970F6D

Tints of Eggplant #970F6D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 54.91%
G = 5.45%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#970F6D (or 0x970F6D) is known color: Eggplant. HEX triplet: 97, 0F and 6D. RGB value is (151,15,109). Sum of RGB (Red+Green+Blue) = 151+15+109=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #970F6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F6D is #68F092. Grayscale: #424242. Windows color (decimal): -6877331 or 7147415. OLE color: 7147415.

HSL color Cylindrical-coordinate representation of color #970F6D: hue angle of 318.53º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F6D is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 109 -
CMYK 0 0.90 0.28 0.41
HSL 318.53º 0.82% 0.33% -
HSV(B) 318.53º 0.9% 0.59% -
XYZ 15.69 8.03 15.19 -
YUV 66.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 151 15 109 0 0.90 0.28 0.41 318.53 0.82 0.33
Hex 97 F 6D 0 5A 1C 29 13F 52 21
Octal 227 17 155 0 132 34 51 477 122 41
Binary 10010111 1111 1101101 0 1011010 11100 101001 100111111 1010010 100001

Color Harmonies of #970F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F6D

Black with #970F6D

Text Example


Text Example

White with #970F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,15,109); }

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

background-color css

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

 a { background-color: rgb(151,15,109); }

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

border-color css

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

 span { border-color: rgb(151,15,109); }

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