Html Css Color HEX #97087A Eggplant

📋 copy color: '#97087A'

red 151 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #97087A

Tints of Eggplant #97087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 53.74%
G = 2.85%
B = 43.42%

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

#97087A (or 0x97087A) is known color: Eggplant. HEX triplet: 97, 08 and 7A. RGB value is (151,8,122). Sum of RGB (Red+Green+Blue) = 151+8+122=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #97087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97087A is #68F785. Grayscale: #3F3F3F. Windows color (decimal): -6879110 or 7997591. OLE color: 7997591.

HSL color Cylindrical-coordinate representation of color #97087A: hue angle of 312.17º degrees, saturation: 0.9, 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 #97087A is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 122 -
CMYK 0 0.95 0.19 0.41
HSL 312.17º 0.9% 0.31% -
HSV(B) 312.17º 0.95% 0.59% -
XYZ 16.36 8.16 19.12 -
YUV 63.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 151 8 122 0 0.95 0.19 0.41 312.17 0.9 0.31
Hex 97 8 7A 0 5F 13 29 138 5A 1F
Octal 227 10 172 0 137 23 51 470 132 37
Binary 10010111 1000 1111010 0 1011111 10011 101001 100111000 1011010 11111

Color Harmonies of #97087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97087A

Black with #97087A

Text Example


Text Example

White with #97087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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