Html Css Color HEX #89066A Eggplant

📋 copy color: '#89066A'

red 137 ◦ green 6 ◦ blue 106

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

Shades of Eggplant #89066A

Tints of Eggplant #89066A

RGB

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

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

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

R = 55.02%
G = 2.41%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89066A (or 0x89066A) is known color: Eggplant. HEX triplet: 89, 06 and 6A. RGB value is (137,6,106). Sum of RGB (Red+Green+Blue) = 137+6+106=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89066A is #76F995. Grayscale: #383838. Windows color (decimal): -7797142 or 6948489. OLE color: 6948489.

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

Color convert

RGB 137 6 106 -
CMYK 0 0.96 0.23 0.46
HSL 314.2º 0.92% 0.28% -
HSV(B) 314.2º 0.96% 0.54% -
XYZ 12.98 6.49 14.2 -
YUV 56.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 137 6 106 0 0.96 0.23 0.46 314.2 0.92 0.28
Hex 89 6 6A 0 60 17 2E 13A 5C 1C
Octal 211 6 152 0 140 27 56 472 134 34
Binary 10001001 110 1101010 0 1100000 10111 101110 100111010 1011100 11100

Color Harmonies of #89066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89066A

Black with #89066A

Text Example


Text Example

White with #89066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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