Html Css Color HEX #97016E Eggplant

📋 copy color: '#97016E'

red 151 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #97016E

Tints of Eggplant #97016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 57.63%
G = 0.38%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97016E (or 0x97016E) is known color: Eggplant. HEX triplet: 97, 01 and 6E. RGB value is (151,1,110). Sum of RGB (Red+Green+Blue) = 151+1+110=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #97016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97016E is #68FE91. Grayscale: #393939. Windows color (decimal): -6880914 or 7209367. OLE color: 7209367.

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

Color convert

RGB 151 1 110 -
CMYK 0 0.99 0.27 0.41
HSL 316.4º 0.99% 0.3% -
HSV(B) 316.4º 0.99% 0.59% -
XYZ 15.59 7.73 15.42 -
YUV 58.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 151 1 110 0 0.99 0.27 0.41 316.4 0.99 0.3
Hex 97 1 6E 0 63 1B 29 13C 63 1E
Octal 227 1 156 0 143 33 51 474 143 36
Binary 10010111 1 1101110 0 1100011 11011 101001 100111100 1100011 11110

Color Harmonies of #97016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97016E

Black with #97016E

Text Example


Text Example

White with #97016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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