Html Css Color HEX #890D68 Eggplant

📋 copy color: '#890D68'

red 137 ◦ green 13 ◦ blue 104

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

Shades of Eggplant #890D68

Tints of Eggplant #890D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 53.94%
G = 5.12%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#890D68 (or 0x890D68) is known color: Eggplant. HEX triplet: 89, 0D and 68. RGB value is (137,13,104). Sum of RGB (Red+Green+Blue) = 137+13+104=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #890D68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D68 is #76F297. Grayscale: #3C3C3C. Windows color (decimal): -7795352 or 6819209. OLE color: 6819209.

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

Color convert

RGB 137 13 104 -
CMYK 0 0.91 0.24 0.46
HSL 315.97º 0.83% 0.29% -
HSV(B) 315.97º 0.91% 0.54% -
XYZ 12.96 6.61 13.69 -
YUV 60.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 137 13 104 0 0.91 0.24 0.46 315.97 0.83 0.29
Hex 89 D 68 0 5B 18 2E 13C 53 1D
Octal 211 15 150 0 133 30 56 474 123 35
Binary 10001001 1101 1101000 0 1011011 11000 101110 100111100 1010011 11101

Color Harmonies of #890D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D68

Black with #890D68

Text Example


Text Example

White with #890D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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