Html Css Color HEX #970965 Eggplant

📋 copy color: '#970965'

red 151 ◦ green 9 ◦ blue 101

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

Shades of Eggplant #970965

Tints of Eggplant #970965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.45%

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

R = 57.85%
G = 3.45%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#970965 (or 0x970965) is known color: Eggplant. HEX triplet: 97, 09 and 65. RGB value is (151,9,101). Sum of RGB (Red+Green+Blue) = 151+9+101=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #970965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970965 is #68F69A. Grayscale: #3D3D3D. Windows color (decimal): -6878875 or 6621591. OLE color: 6621591.

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

Color convert

RGB 151 9 101 -
CMYK 0 0.94 0.33 0.41
HSL 321.13º 0.89% 0.31% -
HSV(B) 321.13º 0.94% 0.59% -
XYZ 15.21 7.71 13 -
YUV 61.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 151 9 101 0 0.94 0.33 0.41 321.13 0.89 0.31
Hex 97 9 65 0 5E 21 29 141 59 1F
Octal 227 11 145 0 136 41 51 501 131 37
Binary 10010111 1001 1100101 0 1011110 100001 101001 101000001 1011001 11111

Color Harmonies of #970965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970965

Black with #970965

Text Example


Text Example

White with #970965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970965; }

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

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

background-color css

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

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

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

border-color css

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

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

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