Html Css Color HEX #971065 Eggplant

📋 copy color: '#971065'

red 151 ◦ green 16 ◦ blue 101

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

Shades of Eggplant #971065

Tints of Eggplant #971065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 56.34%
G = 5.97%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#971065 (or 0x971065) is known color: Eggplant. HEX triplet: 97, 10 and 65. RGB value is (151,16,101). Sum of RGB (Red+Green+Blue) = 151+16+101=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #971065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971065 is #68EF9A. Grayscale: #414141. Windows color (decimal): -6877083 or 6623383. OLE color: 6623383.

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

Color convert

RGB 151 16 101 -
CMYK 0 0.89 0.33 0.41
HSL 322.22º 0.81% 0.33% -
HSV(B) 322.22º 0.89% 0.59% -
XYZ 15.3 7.89 13.03 -
YUV 66.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 151 16 101 0 0.89 0.33 0.41 322.22 0.81 0.33
Hex 97 10 65 0 59 21 29 142 51 21
Octal 227 20 145 0 131 41 51 502 121 41
Binary 10010111 10000 1100101 0 1011001 100001 101001 101000010 1010001 100001

Color Harmonies of #971065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971065

Black with #971065

Text Example


Text Example

White with #971065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971065; }

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

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

background-color css

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

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

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

border-color css

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

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

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