Html Css Color HEX #971064 Eggplant

📋 copy color: '#971064'

red 151 ◦ green 16 ◦ blue 100

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

Shades of Eggplant #971064

Tints of Eggplant #971064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 56.55%
G = 5.99%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#971064 (or 0x971064) is known color: Eggplant. HEX triplet: 97, 10 and 64. RGB value is (151,16,100). Sum of RGB (Red+Green+Blue) = 151+16+100=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #971064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971064 is #68EF9B. Grayscale: #414141. Windows color (decimal): -6877084 or 6557847. OLE color: 6557847.

HSL color Cylindrical-coordinate representation of color #971064: hue angle of 322.67º 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 #971064 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 100 -
CMYK 0 0.89 0.34 0.41
HSL 322.67º 0.81% 0.33% -
HSV(B) 322.67º 0.89% 0.59% -
XYZ 15.25 7.87 12.77 -
YUV 65.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 151 16 100 0 0.89 0.34 0.41 322.67 0.81 0.33
Hex 97 10 64 0 59 22 29 143 51 21
Octal 227 20 144 0 131 42 51 503 121 41
Binary 10010111 10000 1100100 0 1011001 100010 101001 101000011 1010001 100001

Color Harmonies of #971064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971064

Black with #971064

Text Example


Text Example

White with #971064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971064; }

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

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

background-color css

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

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

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

border-color css

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

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

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