Html Css Color HEX #97096A Eggplant

📋 copy color: '#97096A'

red 151 ◦ green 9 ◦ blue 106

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

Shades of Eggplant #97096A

Tints of Eggplant #97096A

RGB

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

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

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

R = 56.77%
G = 3.38%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#97096A (or 0x97096A) is known color: Eggplant. HEX triplet: 97, 09 and 6A. RGB value is (151,9,106). Sum of RGB (Red+Green+Blue) = 151+9+106=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #97096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97096A is #68F695. Grayscale: #3E3E3E. Windows color (decimal): -6878870 or 6949271. OLE color: 6949271.

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

Color convert

RGB 151 9 106 -
CMYK 0 0.94 0.30 0.41
HSL 319.01º 0.89% 0.31% -
HSV(B) 319.01º 0.94% 0.59% -
XYZ 15.46 7.82 14.33 -
YUV 62.52 152.54 191.11 -
System Red Green Blue C M Y K H S L
Decimal 151 9 106 0 0.94 0.30 0.41 319.01 0.89 0.31
Hex 97 9 6A 0 5E 1E 29 13F 59 1F
Octal 227 11 152 0 136 36 51 477 131 37
Binary 10010111 1001 1101010 0 1011110 11110 101001 100111111 1011001 11111

Color Harmonies of #97096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97096A

Black with #97096A

Text Example


Text Example

White with #97096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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