Html Css Color HEX #970A7A Eggplant

📋 copy color: '#970A7A'

red 151 ◦ green 10 ◦ blue 122

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

Shades of Eggplant #970A7A

Tints of Eggplant #970A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 53.36%
G = 3.53%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#970A7A (or 0x970A7A) is known color: Eggplant. HEX triplet: 97, 0A and 7A. RGB value is (151,10,122). Sum of RGB (Red+Green+Blue) = 151+10+122=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #970A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A7A is #68F585. Grayscale: #404040. Windows color (decimal): -6878598 or 7998103. OLE color: 7998103.

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

Color convert

RGB 151 10 122 -
CMYK 0 0.93 0.19 0.41
HSL 312.34º 0.88% 0.32% -
HSV(B) 312.34º 0.93% 0.59% -
XYZ 16.38 8.2 19.13 -
YUV 64.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 151 10 122 0 0.93 0.19 0.41 312.34 0.88 0.32
Hex 97 A 7A 0 5D 13 29 138 58 20
Octal 227 12 172 0 135 23 51 470 130 40
Binary 10010111 1010 1111010 0 1011101 10011 101001 100111000 1011000 100000

Color Harmonies of #970A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A7A

Black with #970A7A

Text Example


Text Example

White with #970A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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