Html Css Color HEX #97097A Eggplant

📋 copy color: '#97097A'

red 151 ◦ green 9 ◦ blue 122

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

Shades of Eggplant #97097A

Tints of Eggplant #97097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

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

R = 53.55%
G = 3.19%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97097A (or 0x97097A) is known color: Eggplant. HEX triplet: 97, 09 and 7A. RGB value is (151,9,122). Sum of RGB (Red+Green+Blue) = 151+9+122=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #97097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97097A is #68F685. Grayscale: #404040. Windows color (decimal): -6878854 or 7997847. OLE color: 7997847.

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

Color convert

RGB 151 9 122 -
CMYK 0 0.94 0.19 0.41
HSL 312.25º 0.89% 0.31% -
HSV(B) 312.25º 0.94% 0.59% -
XYZ 16.37 8.18 19.13 -
YUV 64.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 151 9 122 0 0.94 0.19 0.41 312.25 0.89 0.31
Hex 97 9 7A 0 5E 13 29 138 59 1F
Octal 227 11 172 0 136 23 51 470 131 37
Binary 10010111 1001 1111010 0 1011110 10011 101001 100111000 1011001 11111

Color Harmonies of #97097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97097A

Black with #97097A

Text Example


Text Example

White with #97097A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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