Html Css Color HEX #89076A Eggplant

📋 copy color: '#89076A'

red 137 ◦ green 7 ◦ blue 106

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

Shades of Eggplant #89076A

Tints of Eggplant #89076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 54.8%
G = 2.8%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89076A (or 0x89076A) is known color: Eggplant. HEX triplet: 89, 07 and 6A. RGB value is (137,7,106). Sum of RGB (Red+Green+Blue) = 137+7+106=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #89076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89076A is #76F895. Grayscale: #383838. Windows color (decimal): -7796886 or 6948745. OLE color: 6948745.

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

Color convert

RGB 137 7 106 -
CMYK 0 0.95 0.23 0.46
HSL 314.31º 0.9% 0.28% -
HSV(B) 314.31º 0.95% 0.54% -
XYZ 12.99 6.51 14.21 -
YUV 57.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 137 7 106 0 0.95 0.23 0.46 314.31 0.9 0.28
Hex 89 7 6A 0 5F 17 2E 13A 5A 1C
Octal 211 7 152 0 137 27 56 472 132 34
Binary 10001001 111 1101010 0 1011111 10111 101110 100111010 1011010 11100

Color Harmonies of #89076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89076A

Black with #89076A

Text Example


Text Example

White with #89076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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