Html Css Color HEX #97077A Eggplant

📋 copy color: '#97077A'

red 151 ◦ green 7 ◦ blue 122

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

Shades of Eggplant #97077A

Tints of Eggplant #97077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

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

R = 53.93%
G = 2.5%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97077A (or 0x97077A) is known color: Eggplant. HEX triplet: 97, 07 and 7A. RGB value is (151,7,122). Sum of RGB (Red+Green+Blue) = 151+7+122=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #97077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97077A is #68F885. Grayscale: #3E3E3E. Windows color (decimal): -6879366 or 7997335. OLE color: 7997335.

HSL color Cylindrical-coordinate representation of color #97077A: hue angle of 312.08º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97077A is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 7 122 -
CMYK 0 0.95 0.19 0.41
HSL 312.08º 0.91% 0.31% -
HSV(B) 312.08º 0.95% 0.59% -
XYZ 16.35 8.14 19.12 -
YUV 63.17 161.21 190.65 -
System Red Green Blue C M Y K H S L
Decimal 151 7 122 0 0.95 0.19 0.41 312.08 0.91 0.31
Hex 97 7 7A 0 5F 13 29 138 5B 1F
Octal 227 7 172 0 137 23 51 470 133 37
Binary 10010111 111 1111010 0 1011111 10011 101001 100111000 1011011 11111

Color Harmonies of #97077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97077A

Black with #97077A

Text Example


Text Example

White with #97077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97077A; }

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

 H1.HeaderClassName
 {
   color: #97077A;
 }
 .AnyTagClassName
 {
   color: #97077A;
 }
</style>

background-color css

<style>
 a { background-color: #97077A; }

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

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

border-color css

<style>
 span { border-color: #97077A; }

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

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