Html Css Color HEX #890360 Eggplant

📋 copy color: '#890360'

red 137 ◦ green 3 ◦ blue 96

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

Shades of Eggplant #890360

Tints of Eggplant #890360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 58.05%
G = 1.27%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#890360 (or 0x890360) is known color: Eggplant. HEX triplet: 89, 03 and 60. RGB value is (137,3,96). Sum of RGB (Red+Green+Blue) = 137+3+96=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #890360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890360 is #76FC9F. Grayscale: #353535. Windows color (decimal): -7797920 or 6292361. OLE color: 6292361.

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

Color convert

RGB 137 3 96 -
CMYK 0 0.98 0.30 0.46
HSL 318.36º 0.96% 0.27% -
HSV(B) 318.36º 0.98% 0.54% -
XYZ 12.46 6.23 11.61 -
YUV 53.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 137 3 96 0 0.98 0.30 0.46 318.36 0.96 0.27
Hex 89 3 60 0 62 1E 2E 13E 60 1B
Octal 211 3 140 0 142 36 56 476 140 33
Binary 10001001 11 1100000 0 1100010 11110 101110 100111110 1100000 11011

Color Harmonies of #890360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890360

Black with #890360

Text Example


Text Example

White with #890360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890360; }

 p { color: rgb(137,3,96); }

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

background-color css

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

 a { background-color: rgb(137,3,96); }

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

border-color css

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

 span { border-color: rgb(137,3,96); }

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