Html Css Color HEX #97106C Eggplant

📋 copy color: '#97106C'

red 151 ◦ green 16 ◦ blue 108

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

Shades of Eggplant #97106C

Tints of Eggplant #97106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.82%

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 54.91%
G = 5.82%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97106C (or 0x97106C) is known color: Eggplant. HEX triplet: 97, 10 and 6C. RGB value is (151,16,108). Sum of RGB (Red+Green+Blue) = 151+16+108=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #97106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97106C is #68EF93. Grayscale: #424242. Windows color (decimal): -6877076 or 7082135. OLE color: 7082135.

HSL color Cylindrical-coordinate representation of color #97106C: hue angle of 319.11º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97106C is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 108 -
CMYK 0 0.89 0.28 0.41
HSL 319.11º 0.81% 0.33% -
HSV(B) 319.11º 0.89% 0.59% -
XYZ 15.65 8.03 14.91 -
YUV 66.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 151 16 108 0 0.89 0.28 0.41 319.11 0.81 0.33
Hex 97 10 6C 0 59 1C 29 13F 51 21
Octal 227 20 154 0 131 34 51 477 121 41
Binary 10010111 10000 1101100 0 1011001 11100 101001 100111111 1010001 100001

Color Harmonies of #97106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97106C

Black with #97106C

Text Example


Text Example

White with #97106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97106C; }

 p { color: rgb(151,16,108); }

 H1.HeaderClassName
 {
   color: #97106C;
 }
 .AnyTagClassName
 {
   color: #97106C;
 }
</style>

background-color css

<style>
 a { background-color: #97106C; }

 a { background-color: rgb(151,16,108); }

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

border-color css

<style>
 span { border-color: #97106C; }

 span { border-color: rgb(151,16,108); }

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