Html Css Color HEX #89025D Eggplant

📋 copy color: '#89025D'

red 137 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #89025D

Tints of Eggplant #89025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 59.05%
G = 0.86%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89025D (or 0x89025D) is known color: Eggplant. HEX triplet: 89, 02 and 5D. RGB value is (137,2,93). Sum of RGB (Red+Green+Blue) = 137+2+93=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89025D is #76FDA2. Grayscale: #343434. Windows color (decimal): -7798179 or 6095497. OLE color: 6095497.

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

Color convert

RGB 137 2 93 -
CMYK 0 0.99 0.32 0.46
HSL 319.56º 0.97% 0.27% -
HSV(B) 319.56º 0.99% 0.54% -
XYZ 12.31 6.15 10.89 -
YUV 52.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 137 2 93 0 0.99 0.32 0.46 319.56 0.97 0.27
Hex 89 2 5D 0 63 20 2E 140 61 1B
Octal 211 2 135 0 143 40 56 500 141 33
Binary 10001001 10 1011101 0 1100011 100000 101110 101000000 1100001 11011

Color Harmonies of #89025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89025D

Black with #89025D

Text Example


Text Example

White with #89025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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