Html Css Color HEX #89025A Eggplant

📋 copy color: '#89025A'

red 137 ◦ green 2 ◦ blue 90

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

Shades of Eggplant #89025A

Tints of Eggplant #89025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 59.83%
G = 0.87%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89025A (or 0x89025A) is known color: Eggplant. HEX triplet: 89, 02 and 5A. RGB value is (137,2,90). Sum of RGB (Red+Green+Blue) = 137+2+90=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #89025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89025A is #76FDA5. Grayscale: #343434. Windows color (decimal): -7798182 or 5898889. OLE color: 5898889.

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

Color convert

RGB 137 2 90 -
CMYK 0 0.99 0.34 0.46
HSL 320.89º 0.97% 0.27% -
HSV(B) 320.89º 0.99% 0.54% -
XYZ 12.18 6.1 10.21 -
YUV 52.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 137 2 90 0 0.99 0.34 0.46 320.89 0.97 0.27
Hex 89 2 5A 0 63 22 2E 141 61 1B
Octal 211 2 132 0 143 42 56 501 141 33
Binary 10001001 10 1011010 0 1100011 100010 101110 101000001 1100001 11011

Color Harmonies of #89025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89025A

Black with #89025A

Text Example


Text Example

White with #89025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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