Html Css Color HEX #970875 Eggplant

📋 copy color: '#970875'

red 151 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #970875

Tints of Eggplant #970875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 54.71%
G = 2.9%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970875 (or 0x970875) is known color: Eggplant. HEX triplet: 97, 08 and 75. RGB value is (151,8,117). Sum of RGB (Red+Green+Blue) = 151+8+117=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #970875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970875 is #68F78A. Grayscale: #3E3E3E. Windows color (decimal): -6879115 or 7669911. OLE color: 7669911.

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

Color convert

RGB 151 8 117 -
CMYK 0 0.95 0.23 0.41
HSL 314.27º 0.9% 0.31% -
HSV(B) 314.27º 0.95% 0.59% -
XYZ 16.06 8.04 17.53 -
YUV 63.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 151 8 117 0 0.95 0.23 0.41 314.27 0.9 0.31
Hex 97 8 75 0 5F 17 29 13A 5A 1F
Octal 227 10 165 0 137 27 51 472 132 37
Binary 10010111 1000 1110101 0 1011111 10111 101001 100111010 1011010 11111

Color Harmonies of #970875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970875

Black with #970875

Text Example


Text Example

White with #970875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970875; }

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

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

background-color css

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

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

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

border-color css

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

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

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