Html Css Color HEX #890C6C Eggplant

📋 copy color: '#890C6C'

red 137 ◦ green 12 ◦ blue 108

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

Shades of Eggplant #890C6C

Tints of Eggplant #890C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 53.31%
G = 4.67%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#890C6C (or 0x890C6C) is known color: Eggplant. HEX triplet: 89, 0C and 6C. RGB value is (137,12,108). Sum of RGB (Red+Green+Blue) = 137+12+108=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C6C is #76F393. Grayscale: #3C3C3C. Windows color (decimal): -7795604 or 7081097. OLE color: 7081097.

HSL color Cylindrical-coordinate representation of color #890C6C: hue angle of 313.92º degrees, saturation: 0.84, 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 #890C6C is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 12 108 -
CMYK 0 0.91 0.21 0.46
HSL 313.92º 0.84% 0.29% -
HSV(B) 313.92º 0.91% 0.54% -
XYZ 13.15 6.66 14.78 -
YUV 60.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 137 12 108 0 0.91 0.21 0.46 313.92 0.84 0.29
Hex 89 C 6C 0 5B 15 2E 13A 54 1D
Octal 211 14 154 0 133 25 56 472 124 35
Binary 10001001 1100 1101100 0 1011011 10101 101110 100111010 1010100 11101

Color Harmonies of #890C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C6C

Black with #890C6C

Text Example


Text Example

White with #890C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,12,108); }

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

background-color css

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

 a { background-color: rgb(137,12,108); }

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

border-color css

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

 span { border-color: rgb(137,12,108); }

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