Html Css Color HEX #89014B Eggplant

📋 copy color: '#89014B'

red 137 ◦ green 1 ◦ blue 75

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

Shades of Eggplant #89014B

Tints of Eggplant #89014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 64.32%
G = 0.47%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89014B (or 0x89014B) is known color: Eggplant. HEX triplet: 89, 01 and 4B. RGB value is (137,1,75). Sum of RGB (Red+Green+Blue) = 137+1+75=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #89014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89014B is #76FEB4. Grayscale: #313131. Windows color (decimal): -7798453 or 4915593. OLE color: 4915593.

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

Color convert

RGB 137 1 75 -
CMYK 0 0.99 0.45 0.46
HSL 327.35º 0.99% 0.27% -
HSV(B) 327.35º 0.99% 0.54% -
XYZ 11.6 5.85 7.17 -
YUV 50.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 137 1 75 0 0.99 0.45 0.46 327.35 0.99 0.27
Hex 89 1 4B 0 63 2D 2E 147 63 1B
Octal 211 1 113 0 143 55 56 507 143 33
Binary 10001001 1 1001011 0 1100011 101101 101110 101000111 1100011 11011

Color Harmonies of #89014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89014B

Black with #89014B

Text Example


Text Example

White with #89014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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