Html Css Color HEX #890256 Eggplant

📋 copy color: '#890256'

red 137 ◦ green 2 ◦ blue 86

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

Shades of Eggplant #890256

Tints of Eggplant #890256

RGB

 RED value IS 137 (53.91% from 255) = 60.89%

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

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

R = 60.89%
G = 0.89%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#890256 (or 0x890256) is known color: Eggplant. HEX triplet: 89, 02 and 56. RGB value is (137,2,86). Sum of RGB (Red+Green+Blue) = 137+2+86=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #890256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890256 is #76FDA9. Grayscale: #333333. Windows color (decimal): -7798186 or 5636745. OLE color: 5636745.

HSL color Cylindrical-coordinate representation of color #890256: hue angle of 322.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890256 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 86 -
CMYK 0 0.99 0.37 0.46
HSL 322.67º 0.97% 0.27% -
HSV(B) 322.67º 0.99% 0.54% -
XYZ 12.02 6.03 9.34 -
YUV 51.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 137 2 86 0 0.99 0.37 0.46 322.67 0.97 0.27
Hex 89 2 56 0 63 25 2E 143 61 1B
Octal 211 2 126 0 143 45 56 503 141 33
Binary 10001001 10 1010110 0 1100011 100101 101110 101000011 1100001 11011

Color Harmonies of #890256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890256

Black with #890256

Text Example


Text Example

White with #890256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890256; }

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

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

background-color css

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

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

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

border-color css

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

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

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