Html Css Color HEX #970D64 Eggplant

📋 copy color: '#970D64'

red 151 ◦ green 13 ◦ blue 100

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

Shades of Eggplant #970D64

Tints of Eggplant #970D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

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

R = 57.2%
G = 4.92%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#970D64 (or 0x970D64) is known color: Eggplant. HEX triplet: 97, 0D and 64. RGB value is (151,13,100). Sum of RGB (Red+Green+Blue) = 151+13+100=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #970D64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D64 is #68F29B. Grayscale: #3F3F3F. Windows color (decimal): -6877852 or 6557079. OLE color: 6557079.

HSL color Cylindrical-coordinate representation of color #970D64: hue angle of 322.17º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970D64 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 13 100 -
CMYK 0 0.91 0.34 0.41
HSL 322.17º 0.84% 0.32% -
HSV(B) 322.17º 0.91% 0.59% -
XYZ 15.21 7.79 12.76 -
YUV 64.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 151 13 100 0 0.91 0.34 0.41 322.17 0.84 0.32
Hex 97 D 64 0 5B 22 29 142 54 20
Octal 227 15 144 0 133 42 51 502 124 40
Binary 10010111 1101 1100100 0 1011011 100010 101001 101000010 1010100 100000

Color Harmonies of #970D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D64

Black with #970D64

Text Example


Text Example

White with #970D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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