Html Css Color HEX #890053 Eggplant

📋 copy color: '#890053'

red 137 ◦ green 0 ◦ blue 83

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

Shades of Eggplant #890053

Tints of Eggplant #890053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 62.27%
G = 0%
B = 37.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#890053 (or 0x890053) is known color: Eggplant. HEX triplet: 89, 00 and 53. RGB value is (137,0,83). Sum of RGB (Red+Green+Blue) = 137+0+83=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #890053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890053 is #76FFAC. Grayscale: #323232. Windows color (decimal): -7798701 or 5439625. OLE color: 5439625.

HSL color Cylindrical-coordinate representation of color #890053: hue angle of 323.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890053 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 83 -
CMYK 0 1 0.39 0.46
HSL 323.65º 1% 0.27% -
HSV(B) 323.65º 1% 0.54% -
XYZ 11.88 5.94 8.7 -
YUV 50.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 137 0 83 0 1 0.39 0.46 323.65 1 0.27
Hex 89 0 53 0 64 27 2E 144 64 1B
Octal 211 0 123 0 144 47 56 504 144 33
Binary 10001001 0 1010011 0 1100100 100111 101110 101000100 1100100 11011

Color Harmonies of #890053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890053

Black with #890053

Text Example


Text Example

White with #890053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890053; }

 p { color: rgb(137,0,83); }

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

background-color css

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

 a { background-color: rgb(137,0,83); }

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

border-color css

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

 span { border-color: rgb(137,0,83); }

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