Html Css Color HEX #970E6A Eggplant

📋 copy color: '#970E6A'

red 151 ◦ green 14 ◦ blue 106

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

Shades of Eggplant #970E6A

Tints of Eggplant #970E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 55.72%
G = 5.17%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#970E6A (or 0x970E6A) is known color: Eggplant. HEX triplet: 97, 0E and 6A. RGB value is (151,14,106). Sum of RGB (Red+Green+Blue) = 151+14+106=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #970E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E6A is #68F195. Grayscale: #414141. Windows color (decimal): -6877590 or 6950551. OLE color: 6950551.

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

Color convert

RGB 151 14 106 -
CMYK 0 0.91 0.30 0.41
HSL 319.71º 0.83% 0.32% -
HSV(B) 319.71º 0.91% 0.59% -
XYZ 15.52 7.93 14.35 -
YUV 65.45 150.89 189.02 -
System Red Green Blue C M Y K H S L
Decimal 151 14 106 0 0.91 0.30 0.41 319.71 0.83 0.32
Hex 97 E 6A 0 5B 1E 29 140 53 20
Octal 227 16 152 0 133 36 51 500 123 40
Binary 10010111 1110 1101010 0 1011011 11110 101001 101000000 1010011 100000

Color Harmonies of #970E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E6A

Black with #970E6A

Text Example


Text Example

White with #970E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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