Html Css Color HEX #970A6C Eggplant

📋 copy color: '#970A6C'

red 151 ◦ green 10 ◦ blue 108

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

Shades of Eggplant #970A6C

Tints of Eggplant #970A6C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.72%

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 56.13%
G = 3.72%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#970A6C (or 0x970A6C) is known color: Eggplant. HEX triplet: 97, 0A and 6C. RGB value is (151,10,108). Sum of RGB (Red+Green+Blue) = 151+10+108=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #970A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A6C is #68F593. Grayscale: #3F3F3F. Windows color (decimal): -6878612 or 7080599. OLE color: 7080599.

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

Color convert

RGB 151 10 108 -
CMYK 0 0.93 0.28 0.41
HSL 318.3º 0.88% 0.32% -
HSV(B) 318.3º 0.93% 0.59% -
XYZ 15.58 7.88 14.89 -
YUV 63.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 151 10 108 0 0.93 0.28 0.41 318.3 0.88 0.32
Hex 97 A 6C 0 5D 1C 29 13E 58 20
Octal 227 12 154 0 135 34 51 476 130 40
Binary 10010111 1010 1101100 0 1011101 11100 101001 100111110 1011000 100000

Color Harmonies of #970A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A6C

Black with #970A6C

Text Example


Text Example

White with #970A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,10,108); }

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

background-color css

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

 a { background-color: rgb(151,10,108); }

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

border-color css

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

 span { border-color: rgb(151,10,108); }

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