Html Css Color HEX #970871 Eggplant

📋 copy color: '#970871'

red 151 ◦ green 8 ◦ blue 113

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

Shades of Eggplant #970871

Tints of Eggplant #970871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 55.51%
G = 2.94%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#970871 (or 0x970871) is known color: Eggplant. HEX triplet: 97, 08 and 71. RGB value is (151,8,113). Sum of RGB (Red+Green+Blue) = 151+8+113=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #970871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970871 is #68F78E. Grayscale: #3E3E3E. Windows color (decimal): -6879119 or 7407767. OLE color: 7407767.

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

Color convert

RGB 151 8 113 -
CMYK 0 0.95 0.25 0.41
HSL 315.94º 0.9% 0.31% -
HSV(B) 315.94º 0.95% 0.59% -
XYZ 15.83 7.95 16.32 -
YUV 62.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 151 8 113 0 0.95 0.25 0.41 315.94 0.9 0.31
Hex 97 8 71 0 5F 19 29 13C 5A 1F
Octal 227 10 161 0 137 31 51 474 132 37
Binary 10010111 1000 1110001 0 1011111 11001 101001 100111100 1011010 11111

Color Harmonies of #970871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970871

Black with #970871

Text Example


Text Example

White with #970871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970871; }

 p { color: rgb(151,8,113); }

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

background-color css

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

 a { background-color: rgb(151,8,113); }

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

border-color css

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

 span { border-color: rgb(151,8,113); }

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