Html Css Color HEX #970868 Eggplant

📋 copy color: '#970868'

red 151 ◦ green 8 ◦ blue 104

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

Shades of Eggplant #970868

Tints of Eggplant #970868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 57.41%
G = 3.04%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#970868 (or 0x970868) is known color: Eggplant. HEX triplet: 97, 08 and 68. RGB value is (151,8,104). Sum of RGB (Red+Green+Blue) = 151+8+104=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #970868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970868 is #68F797. Grayscale: #3D3D3D. Windows color (decimal): -6879128 or 6817943. OLE color: 6817943.

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

Color convert

RGB 151 8 104 -
CMYK 0 0.95 0.31 0.41
HSL 319.72º 0.9% 0.31% -
HSV(B) 319.72º 0.95% 0.59% -
XYZ 15.35 7.75 13.78 -
YUV 61.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 151 8 104 0 0.95 0.31 0.41 319.72 0.9 0.31
Hex 97 8 68 0 5F 1F 29 140 5A 1F
Octal 227 10 150 0 137 37 51 500 132 37
Binary 10010111 1000 1101000 0 1011111 11111 101001 101000000 1011010 11111

Color Harmonies of #970868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970868

Black with #970868

Text Example


Text Example

White with #970868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970868; }

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

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

background-color css

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

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

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

border-color css

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

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

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