Html Css Color HEX #97006F Eggplant

📋 copy color: '#97006F'

red 151 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #97006F

Tints of Eggplant #97006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.37%

R = 57.63%
G = 0%
B = 42.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#97006F (or 0x97006F) is known color: Eggplant. HEX triplet: 97, 00 and 6F. RGB value is (151,0,111). Sum of RGB (Red+Green+Blue) = 151+0+111=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #97006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97006F is #68FF90. Grayscale: #393939. Windows color (decimal): -6881169 or 7274647. OLE color: 7274647.

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

Color convert

RGB 151 0 111 -
CMYK 0 1 0.26 0.41
HSL 315.89º 1% 0.3% -
HSV(B) 315.89º 1% 0.59% -
XYZ 15.63 7.73 15.71 -
YUV 57.8 158.03 194.47 -
System Red Green Blue C M Y K H S L
Decimal 151 0 111 0 1 0.26 0.41 315.89 1 0.3
Hex 97 0 6F 0 64 1A 29 13C 64 1E
Octal 227 0 157 0 144 32 51 474 144 36
Binary 10010111 0 1101111 0 1100100 11010 101001 100111100 1100100 11110

Color Harmonies of #97006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97006F

Black with #97006F

Text Example


Text Example

White with #97006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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