Html Css Color HEX #97006D Eggplant

📋 copy color: '#97006D'

red 151 ◦ green 0 ◦ blue 109

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

Shades of Eggplant #97006D

Tints of Eggplant #97006D

RGB

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

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

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

R = 58.08%
G = 0%
B = 41.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97006D (or 0x97006D) is known color: Eggplant. HEX triplet: 97, 00 and 6D. RGB value is (151,0,109). Sum of RGB (Red+Green+Blue) = 151+0+109=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #97006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97006D is #68FF92. Grayscale: #393939. Windows color (decimal): -6881171 or 7143575. OLE color: 7143575.

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

Color convert

RGB 151 0 109 -
CMYK 0 1 0.28 0.41
HSL 316.69º 1% 0.3% -
HSV(B) 316.69º 1% 0.59% -
XYZ 15.52 7.68 15.13 -
YUV 57.58 157.03 194.64 -
System Red Green Blue C M Y K H S L
Decimal 151 0 109 0 1 0.28 0.41 316.69 1 0.3
Hex 97 0 6D 0 64 1C 29 13D 64 1E
Octal 227 0 155 0 144 34 51 475 144 36
Binary 10010111 0 1101101 0 1100100 11100 101001 100111101 1100100 11110

Color Harmonies of #97006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97006D

Black with #97006D

Text Example


Text Example

White with #97006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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