Html Css Color HEX #890255 Eggplant

📋 copy color: '#890255'

red 137 ◦ green 2 ◦ blue 85

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

Shades of Eggplant #890255

Tints of Eggplant #890255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 61.16%
G = 0.89%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#890255 (or 0x890255) is known color: Eggplant. HEX triplet: 89, 02 and 55. RGB value is (137,2,85). Sum of RGB (Red+Green+Blue) = 137+2+85=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #890255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890255 is #76FDAA. Grayscale: #333333. Windows color (decimal): -7798187 or 5571209. OLE color: 5571209.

HSL color Cylindrical-coordinate representation of color #890255: hue angle of 323.11º 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 #890255 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 85 -
CMYK 0 0.99 0.38 0.46
HSL 323.11º 0.97% 0.27% -
HSV(B) 323.11º 0.99% 0.54% -
XYZ 11.98 6.02 9.12 -
YUV 51.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 137 2 85 0 0.99 0.38 0.46 323.11 0.97 0.27
Hex 89 2 55 0 63 26 2E 143 61 1B
Octal 211 2 125 0 143 46 56 503 141 33
Binary 10001001 10 1010101 0 1100011 100110 101110 101000011 1100001 11011

Color Harmonies of #890255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890255

Black with #890255

Text Example


Text Example

White with #890255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890255; }

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

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

background-color css

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

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

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

border-color css

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

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

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