Html Css Color HEX #89026F Eggplant

📋 copy color: '#89026F'

red 137 ◦ green 2 ◦ blue 111

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

Shades of Eggplant #89026F

Tints of Eggplant #89026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 54.8%
G = 0.8%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#89026F (or 0x89026F) is known color: Eggplant. HEX triplet: 89, 02 and 6F. RGB value is (137,2,111). Sum of RGB (Red+Green+Blue) = 137+2+111=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #89026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89026F is #76FD90. Grayscale: #363636. Windows color (decimal): -7798161 or 7275145. OLE color: 7275145.

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

Color convert

RGB 137 2 111 -
CMYK 0 0.99 0.19 0.46
HSL 311.56º 0.97% 0.27% -
HSV(B) 311.56º 0.99% 0.54% -
XYZ 13.21 6.51 15.6 -
YUV 54.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 137 2 111 0 0.99 0.19 0.46 311.56 0.97 0.27
Hex 89 2 6F 0 63 13 2E 138 61 1B
Octal 211 2 157 0 143 23 56 470 141 33
Binary 10001001 10 1101111 0 1100011 10011 101110 100111000 1100001 11011

Color Harmonies of #89026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89026F

Black with #89026F

Text Example


Text Example

White with #89026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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