Html Css Color HEX #97006E Eggplant

📋 copy color: '#97006E'

red 151 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #97006E

Tints of Eggplant #97006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 57.85%
G = 0%
B = 42.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97006E (or 0x97006E) is known color: Eggplant. HEX triplet: 97, 00 and 6E. RGB value is (151,0,110). Sum of RGB (Red+Green+Blue) = 151+0+110=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97006E is #68FF91. Grayscale: #393939. Windows color (decimal): -6881170 or 7209111. OLE color: 7209111.

HSL color Cylindrical-coordinate representation of color #97006E: hue angle of 316.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97006E is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 110 -
CMYK 0 1 0.27 0.41
HSL 316.29º 1% 0.3% -
HSV(B) 316.29º 1% 0.59% -
XYZ 15.58 7.71 15.42 -
YUV 57.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 151 0 110 0 1 0.27 0.41 316.29 1 0.3
Hex 97 0 6E 0 64 1B 29 13C 64 1E
Octal 227 0 156 0 144 33 51 474 144 36
Binary 10010111 0 1101110 0 1100100 11011 101001 100111100 1100100 11110

Color Harmonies of #97006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97006E

Black with #97006E

Text Example


Text Example

White with #97006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97006E; }

 p { color: rgb(151,0,110); }

 H1.HeaderClassName
 {
   color: #97006E;
 }
 .AnyTagClassName
 {
   color: #97006E;
 }
</style>

background-color css

<style>
 a { background-color: #97006E; }

 a { background-color: rgb(151,0,110); }

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

border-color css

<style>
 span { border-color: #97006E; }

 span { border-color: rgb(151,0,110); }

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