Html Css Color HEX #97037A Eggplant

📋 copy color: '#97037A'

red 151 ◦ green 3 ◦ blue 122

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

Shades of Eggplant #97037A

Tints of Eggplant #97037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 54.71%
G = 1.09%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97037A (or 0x97037A) is known color: Eggplant. HEX triplet: 97, 03 and 7A. RGB value is (151,3,122). Sum of RGB (Red+Green+Blue) = 151+3+122=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #97037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97037A is #68FC85. Grayscale: #3C3C3C. Windows color (decimal): -6880390 or 7996311. OLE color: 7996311.

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

Color convert

RGB 151 3 122 -
CMYK 0 0.98 0.19 0.41
HSL 311.76º 0.96% 0.3% -
HSV(B) 311.76º 0.98% 0.59% -
XYZ 16.31 8.05 19.11 -
YUV 60.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 151 3 122 0 0.98 0.19 0.41 311.76 0.96 0.3
Hex 97 3 7A 0 62 13 29 138 60 1E
Octal 227 3 172 0 142 23 51 470 140 36
Binary 10010111 11 1111010 0 1100010 10011 101001 100111000 1100000 11110

Color Harmonies of #97037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97037A

Black with #97037A

Text Example


Text Example

White with #97037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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