Html Css Color HEX #89026A Eggplant

📋 copy color: '#89026A'

red 137 ◦ green 2 ◦ blue 106

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

Shades of Eggplant #89026A

Tints of Eggplant #89026A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.27%

R = 55.92%
G = 0.82%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89026A (or 0x89026A) is known color: Eggplant. HEX triplet: 89, 02 and 6A. RGB value is (137,2,106). Sum of RGB (Red+Green+Blue) = 137+2+106=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #89026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89026A is #76FD95. Grayscale: #353535. Windows color (decimal): -7798166 or 6947465. OLE color: 6947465.

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

Color convert

RGB 137 2 106 -
CMYK 0 0.99 0.23 0.46
HSL 313.78º 0.97% 0.27% -
HSV(B) 313.78º 0.99% 0.54% -
XYZ 12.94 6.4 14.19 -
YUV 54.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 137 2 106 0 0.99 0.23 0.46 313.78 0.97 0.27
Hex 89 2 6A 0 63 17 2E 13A 61 1B
Octal 211 2 152 0 143 27 56 472 141 33
Binary 10001001 10 1101010 0 1100011 10111 101110 100111010 1100001 11011

Color Harmonies of #89026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89026A

Black with #89026A

Text Example


Text Example

White with #89026A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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