Html Css Color HEX #89095D Eggplant

📋 copy color: '#89095D'

red 137 ◦ green 9 ◦ blue 93

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

Shades of Eggplant #89095D

Tints of Eggplant #89095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 57.32%
G = 3.77%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89095D (or 0x89095D) is known color: Eggplant. HEX triplet: 89, 09 and 5D. RGB value is (137,9,93). Sum of RGB (Red+Green+Blue) = 137+9+93=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #89095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89095D is #76F6A2. Grayscale: #383838. Windows color (decimal): -7796387 or 6097289. OLE color: 6097289.

HSL color Cylindrical-coordinate representation of color #89095D: hue angle of 320.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89095D is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 93 -
CMYK 0 0.93 0.32 0.46
HSL 320.63º 0.88% 0.29% -
HSV(B) 320.63º 0.93% 0.54% -
XYZ 12.39 6.3 10.92 -
YUV 56.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 137 9 93 0 0.93 0.32 0.46 320.63 0.88 0.29
Hex 89 9 5D 0 5D 20 2E 141 58 1D
Octal 211 11 135 0 135 40 56 501 130 35
Binary 10001001 1001 1011101 0 1011101 100000 101110 101000001 1011000 11101

Color Harmonies of #89095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89095D

Black with #89095D

Text Example


Text Example

White with #89095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89095D; }

 p { color: rgb(137,9,93); }

 H1.HeaderClassName
 {
   color: #89095D;
 }
 .AnyTagClassName
 {
   color: #89095D;
 }
</style>

background-color css

<style>
 a { background-color: #89095D; }

 a { background-color: rgb(137,9,93); }

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

border-color css

<style>
 span { border-color: #89095D; }

 span { border-color: rgb(137,9,93); }

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