Html Css Color HEX #97096C Eggplant

📋 copy color: '#97096C'

red 151 ◦ green 9 ◦ blue 108

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

Shades of Eggplant #97096C

Tints of Eggplant #97096C

RGB

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

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

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

R = 56.34%
G = 3.36%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97096C (or 0x97096C) is known color: Eggplant. HEX triplet: 97, 09 and 6C. RGB value is (151,9,108). Sum of RGB (Red+Green+Blue) = 151+9+108=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #97096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97096C is #68F693. Grayscale: #3E3E3E. Windows color (decimal): -6878868 or 7080343. OLE color: 7080343.

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

Color convert

RGB 151 9 108 -
CMYK 0 0.94 0.28 0.41
HSL 318.17º 0.89% 0.31% -
HSV(B) 318.17º 0.94% 0.59% -
XYZ 15.57 7.86 14.88 -
YUV 62.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 151 9 108 0 0.94 0.28 0.41 318.17 0.89 0.31
Hex 97 9 6C 0 5E 1C 29 13E 59 1F
Octal 227 11 154 0 136 34 51 476 131 37
Binary 10010111 1001 1101100 0 1011110 11100 101001 100111110 1011001 11111

Color Harmonies of #97096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97096C

Black with #97096C

Text Example


Text Example

White with #97096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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