Html Css Color HEX #890152 Eggplant

📋 copy color: '#890152'

red 137 ◦ green 1 ◦ blue 82

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

Shades of Eggplant #890152

Tints of Eggplant #890152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 62.27%
G = 0.45%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#890152 (or 0x890152) is known color: Eggplant. HEX triplet: 89, 01 and 52. RGB value is (137,1,82). Sum of RGB (Red+Green+Blue) = 137+1+82=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #890152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890152 is #76FEAD. Grayscale: #323232. Windows color (decimal): -7798446 or 5374345. OLE color: 5374345.

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

Color convert

RGB 137 1 82 -
CMYK 0 0.99 0.40 0.46
HSL 324.26º 0.99% 0.27% -
HSV(B) 324.26º 0.99% 0.54% -
XYZ 11.85 5.95 8.51 -
YUV 50.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 137 1 82 0 0.99 0.40 0.46 324.26 0.99 0.27
Hex 89 1 52 0 63 28 2E 144 63 1B
Octal 211 1 122 0 143 50 56 504 143 33
Binary 10001001 1 1010010 0 1100011 101000 101110 101000100 1100011 11011

Color Harmonies of #890152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890152

Black with #890152

Text Example


Text Example

White with #890152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890152; }

 p { color: rgb(137,1,82); }

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

background-color css

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

 a { background-color: rgb(137,1,82); }

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

border-color css

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

 span { border-color: rgb(137,1,82); }

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