Html Css Color HEX #89065F Eggplant

📋 copy color: '#89065F'

red 137 ◦ green 6 ◦ blue 95

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

Shades of Eggplant #89065F

Tints of Eggplant #89065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 57.56%
G = 2.52%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89065F (or 0x89065F) is known color: Eggplant. HEX triplet: 89, 06 and 5F. RGB value is (137,6,95). Sum of RGB (Red+Green+Blue) = 137+6+95=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #89065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89065F is #76F9A0. Grayscale: #373737. Windows color (decimal): -7797153 or 6227593. OLE color: 6227593.

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

Color convert

RGB 137 6 95 -
CMYK 0 0.96 0.31 0.46
HSL 319.24º 0.92% 0.28% -
HSV(B) 319.24º 0.96% 0.54% -
XYZ 12.45 6.27 11.38 -
YUV 55.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 137 6 95 0 0.96 0.31 0.46 319.24 0.92 0.28
Hex 89 6 5F 0 60 1F 2E 13F 5C 1C
Octal 211 6 137 0 140 37 56 477 134 34
Binary 10001001 110 1011111 0 1100000 11111 101110 100111111 1011100 11100

Color Harmonies of #89065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89065F

Black with #89065F

Text Example


Text Example

White with #89065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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