Html Css Color HEX #890D56 Eggplant

📋 copy color: '#890D56'

red 137 ◦ green 13 ◦ blue 86

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

Shades of Eggplant #890D56

Tints of Eggplant #890D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 58.05%
G = 5.51%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#890D56 (or 0x890D56) is known color: Eggplant. HEX triplet: 89, 0D and 56. RGB value is (137,13,86). Sum of RGB (Red+Green+Blue) = 137+13+86=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #890D56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D56 is #76F2A9. Grayscale: #3A3A3A. Windows color (decimal): -7795370 or 5639561. OLE color: 5639561.

HSL color Cylindrical-coordinate representation of color #890D56: hue angle of 324.68º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D56 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 13 86 -
CMYK 0 0.91 0.37 0.46
HSL 324.68º 0.83% 0.29% -
HSV(B) 324.68º 0.91% 0.54% -
XYZ 12.14 6.28 9.38 -
YUV 58.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 137 13 86 0 0.91 0.37 0.46 324.68 0.83 0.29
Hex 89 D 56 0 5B 25 2E 145 53 1D
Octal 211 15 126 0 133 45 56 505 123 35
Binary 10001001 1101 1010110 0 1011011 100101 101110 101000101 1010011 11101

Color Harmonies of #890D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D56

Black with #890D56

Text Example


Text Example

White with #890D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,13,86); }

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

background-color css

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

 a { background-color: rgb(137,13,86); }

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

border-color css

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

 span { border-color: rgb(137,13,86); }

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