Html Css Color HEX #970256 Eggplant

📋 copy color: '#970256'

red 151 ◦ green 2 ◦ blue 86

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

Shades of Eggplant #970256

Tints of Eggplant #970256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 63.18%
G = 0.84%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#970256 (or 0x970256) is known color: Eggplant. HEX triplet: 97, 02 and 56. RGB value is (151,2,86). Sum of RGB (Red+Green+Blue) = 151+2+86=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #970256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970256 is #68FDA9. Grayscale: #373737. Windows color (decimal): -6880682 or 5636759. OLE color: 5636759.

HSL color Cylindrical-coordinate representation of color #970256: hue angle of 326.17º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970256 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 86 -
CMYK 0 0.99 0.43 0.41
HSL 326.17º 0.97% 0.3% -
HSV(B) 326.17º 0.99% 0.59% -
XYZ 14.46 7.29 9.45 -
YUV 56.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 151 2 86 0 0.99 0.43 0.41 326.17 0.97 0.3
Hex 97 2 56 0 63 2B 29 146 61 1E
Octal 227 2 126 0 143 53 51 506 141 36
Binary 10010111 10 1010110 0 1100011 101011 101001 101000110 1100001 11110

Color Harmonies of #970256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970256

Black with #970256

Text Example


Text Example

White with #970256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970256; }

 p { color: rgb(151,2,86); }

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

background-color css

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

 a { background-color: rgb(151,2,86); }

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

border-color css

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

 span { border-color: rgb(151,2,86); }

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