Html Css Color HEX #89065A Eggplant

📋 copy color: '#89065A'

red 137 ◦ green 6 ◦ blue 90

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

Shades of Eggplant #89065A

Tints of Eggplant #89065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

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

R = 58.8%
G = 2.58%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89065A (or 0x89065A) is known color: Eggplant. HEX triplet: 89, 06 and 5A. RGB value is (137,6,90). Sum of RGB (Red+Green+Blue) = 137+6+90=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89065A is #76F9A5. Grayscale: #363636. Windows color (decimal): -7797158 or 5899913. OLE color: 5899913.

HSL color Cylindrical-coordinate representation of color #89065A: hue angle of 321.53º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89065A is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 90 -
CMYK 0 0.96 0.34 0.46
HSL 321.53º 0.92% 0.28% -
HSV(B) 321.53º 0.96% 0.54% -
XYZ 12.23 6.19 10.22 -
YUV 54.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 137 6 90 0 0.96 0.34 0.46 321.53 0.92 0.28
Hex 89 6 5A 0 60 22 2E 142 5C 1C
Octal 211 6 132 0 140 42 56 502 134 34
Binary 10001001 110 1011010 0 1100000 100010 101110 101000010 1011100 11100

Color Harmonies of #89065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89065A

Black with #89065A

Text Example


Text Example

White with #89065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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