Html Css Color HEX #89014A Eggplant

📋 copy color: '#89014A'

red 137 ◦ green 1 ◦ blue 74

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

Shades of Eggplant #89014A

Tints of Eggplant #89014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.91%

R = 64.62%
G = 0.47%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#89014A (or 0x89014A) is known color: Eggplant. HEX triplet: 89, 01 and 4A. RGB value is (137,1,74). Sum of RGB (Red+Green+Blue) = 137+1+74=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #89014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89014A is #76FEB5. Grayscale: #313131. Windows color (decimal): -7798454 or 4850057. OLE color: 4850057.

HSL color Cylindrical-coordinate representation of color #89014A: hue angle of 327.79º 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 #89014A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 74 -
CMYK 0 0.99 0.46 0.46
HSL 327.79º 0.99% 0.27% -
HSV(B) 327.79º 0.99% 0.54% -
XYZ 11.56 5.83 7 -
YUV 49.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 137 1 74 0 0.99 0.46 0.46 327.79 0.99 0.27
Hex 89 1 4A 0 63 2E 2E 148 63 1B
Octal 211 1 112 0 143 56 56 510 143 33
Binary 10001001 1 1001010 0 1100011 101110 101110 101001000 1100011 11011

Color Harmonies of #89014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89014A

Black with #89014A

Text Example


Text Example

White with #89014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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