Html Css Color HEX #89075A Eggplant

📋 copy color: '#89075A'

red 137 ◦ green 7 ◦ blue 90

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

Shades of Eggplant #89075A

Tints of Eggplant #89075A

RGB

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

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

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

R = 58.55%
G = 2.99%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89075A (or 0x89075A) is known color: Eggplant. HEX triplet: 89, 07 and 5A. RGB value is (137,7,90). Sum of RGB (Red+Green+Blue) = 137+7+90=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89075A is #76F8A5. Grayscale: #373737. Windows color (decimal): -7796902 or 5900169. OLE color: 5900169.

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

Color convert

RGB 137 7 90 -
CMYK 0 0.95 0.34 0.46
HSL 321.69º 0.9% 0.28% -
HSV(B) 321.69º 0.95% 0.54% -
XYZ 12.24 6.21 10.23 -
YUV 55.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 137 7 90 0 0.95 0.34 0.46 321.69 0.9 0.28
Hex 89 7 5A 0 5F 22 2E 142 5A 1C
Octal 211 7 132 0 137 42 56 502 132 34
Binary 10001001 111 1011010 0 1011111 100010 101110 101000010 1011010 11100

Color Harmonies of #89075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89075A

Black with #89075A

Text Example


Text Example

White with #89075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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