Html Css Color HEX #970E6D Eggplant

📋 copy color: '#970E6D'

red 151 ◦ green 14 ◦ blue 109

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

Shades of Eggplant #970E6D

Tints of Eggplant #970E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

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

R = 55.11%
G = 5.11%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#970E6D (or 0x970E6D) is known color: Eggplant. HEX triplet: 97, 0E and 6D. RGB value is (151,14,109). Sum of RGB (Red+Green+Blue) = 151+14+109=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #970E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E6D is #68F192. Grayscale: #414141. Windows color (decimal): -6877587 or 7147159. OLE color: 7147159.

HSL color Cylindrical-coordinate representation of color #970E6D: hue angle of 318.39º degrees, saturation: 0.83, 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 #970E6D is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 14 109 -
CMYK 0 0.91 0.28 0.41
HSL 318.39º 0.83% 0.32% -
HSV(B) 318.39º 0.91% 0.59% -
XYZ 15.68 8 15.19 -
YUV 65.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 151 14 109 0 0.91 0.28 0.41 318.39 0.83 0.32
Hex 97 E 6D 0 5B 1C 29 13E 53 20
Octal 227 16 155 0 133 34 51 476 123 40
Binary 10010111 1110 1101101 0 1011011 11100 101001 100111110 1010011 100000

Color Harmonies of #970E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E6D

Black with #970E6D

Text Example


Text Example

White with #970E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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