Html Css Color HEX #890A53 Eggplant

📋 copy color: '#890A53'

red 137 ◦ green 10 ◦ blue 83

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

Shades of Eggplant #890A53

Tints of Eggplant #890A53

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.35%

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

R = 59.57%
G = 4.35%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#890A53 (or 0x890A53) is known color: Eggplant. HEX triplet: 89, 0A and 53. RGB value is (137,10,83). Sum of RGB (Red+Green+Blue) = 137+10+83=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #890A53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A53 is #76F5AC. Grayscale: #383838. Windows color (decimal): -7796141 or 5442185. OLE color: 5442185.

HSL color Cylindrical-coordinate representation of color #890A53: hue angle of 325.51º degrees, saturation: 0.86, 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 #890A53 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 10 83 -
CMYK 0 0.93 0.39 0.46
HSL 325.51º 0.86% 0.29% -
HSV(B) 325.51º 0.93% 0.54% -
XYZ 11.99 6.16 8.74 -
YUV 56.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 137 10 83 0 0.93 0.39 0.46 325.51 0.86 0.29
Hex 89 A 53 0 5D 27 2E 146 56 1D
Octal 211 12 123 0 135 47 56 506 126 35
Binary 10001001 1010 1010011 0 1011101 100111 101110 101000110 1010110 11101

Color Harmonies of #890A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A53

Black with #890A53

Text Example


Text Example

White with #890A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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