Html Css Color HEX #97086D Eggplant

📋 copy color: '#97086D'

red 151 ◦ green 8 ◦ blue 109

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

Shades of Eggplant #97086D

Tints of Eggplant #97086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 56.34%
G = 2.99%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97086D (or 0x97086D) is known color: Eggplant. HEX triplet: 97, 08 and 6D. RGB value is (151,8,109). Sum of RGB (Red+Green+Blue) = 151+8+109=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #97086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97086D is #68F792. Grayscale: #3E3E3E. Windows color (decimal): -6879123 or 7145623. OLE color: 7145623.

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

Color convert

RGB 151 8 109 -
CMYK 0 0.95 0.28 0.41
HSL 317.62º 0.9% 0.31% -
HSV(B) 317.62º 0.95% 0.59% -
XYZ 15.61 7.86 15.16 -
YUV 62.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 151 8 109 0 0.95 0.28 0.41 317.62 0.9 0.31
Hex 97 8 6D 0 5F 1C 29 13E 5A 1F
Octal 227 10 155 0 137 34 51 476 132 37
Binary 10010111 1000 1101101 0 1011111 11100 101001 100111110 1011010 11111

Color Harmonies of #97086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97086D

Black with #97086D

Text Example


Text Example

White with #97086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97086D; }

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

 H1.HeaderClassName
 {
   color: #97086D;
 }
 .AnyTagClassName
 {
   color: #97086D;
 }
</style>

background-color css

<style>
 a { background-color: #97086D; }

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

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

border-color css

<style>
 span { border-color: #97086D; }

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

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