Html Css Color HEX #890A52 Eggplant

📋 copy color: '#890A52'

red 137 ◦ green 10 ◦ blue 82

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

Shades of Eggplant #890A52

Tints of Eggplant #890A52

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.37%

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

R = 59.83%
G = 4.37%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#890A52 (or 0x890A52) is known color: Eggplant. HEX triplet: 89, 0A and 52. RGB value is (137,10,82). Sum of RGB (Red+Green+Blue) = 137+10+82=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #890A52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A52 is #76F5AD. Grayscale: #383838. Windows color (decimal): -7796142 or 5376649. OLE color: 5376649.

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

Color convert

RGB 137 10 82 -
CMYK 0 0.93 0.40 0.46
HSL 325.98º 0.86% 0.29% -
HSV(B) 325.98º 0.93% 0.54% -
XYZ 11.95 6.14 8.54 -
YUV 56.18 142.58 185.65 -
System Red Green Blue C M Y K H S L
Decimal 137 10 82 0 0.93 0.40 0.46 325.98 0.86 0.29
Hex 89 A 52 0 5D 28 2E 146 56 1D
Octal 211 12 122 0 135 50 56 506 126 35
Binary 10001001 1010 1010010 0 1011101 101000 101110 101000110 1010110 11101

Color Harmonies of #890A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A52

Black with #890A52

Text Example


Text Example

White with #890A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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