Html Css Color HEX #890F66 Eggplant

📋 copy color: '#890F66'

red 137 ◦ green 15 ◦ blue 102

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

Shades of Eggplant #890F66

Tints of Eggplant #890F66

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 53.94%
G = 5.91%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#890F66 (or 0x890F66) is known color: Eggplant. HEX triplet: 89, 0F and 66. RGB value is (137,15,102). Sum of RGB (Red+Green+Blue) = 137+15+102=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #890F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F66 is #76F099. Grayscale: #3D3D3D. Windows color (decimal): -7794842 or 6688649. OLE color: 6688649.

HSL color Cylindrical-coordinate representation of color #890F66: hue angle of 317.21º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F66 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 15 102 -
CMYK 0 0.89 0.26 0.46
HSL 317.21º 0.8% 0.3% -
HSV(B) 317.21º 0.89% 0.54% -
XYZ 12.89 6.62 13.17 -
YUV 61.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 137 15 102 0 0.89 0.26 0.46 317.21 0.8 0.3
Hex 89 F 66 0 59 1A 2E 13D 50 1E
Octal 211 17 146 0 131 32 56 475 120 36
Binary 10001001 1111 1100110 0 1011001 11010 101110 100111101 1010000 11110

Color Harmonies of #890F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890F66

Black with #890F66

Text Example


Text Example

White with #890F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,15,102); }

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

background-color css

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

 a { background-color: rgb(137,15,102); }

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

border-color css

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

 span { border-color: rgb(137,15,102); }

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