Html Css Color HEX #890E73 Dark Purple

📋 copy color: '#890E73'

red 137 ◦ green 14 ◦ blue 115

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

Shades of Dark Purple #890E73

Tints of Dark Purple #890E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.26%

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 51.5%
G = 5.26%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#890E73 (or 0x890E73) is known color: Dark Purple. HEX triplet: 89, 0E and 73. RGB value is (137,14,115). Sum of RGB (Red+Green+Blue) = 137+14+115=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #890E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890E73 is #76F18C. Grayscale: #3E3E3E. Windows color (decimal): -7795085 or 7540361. OLE color: 7540361.

HSL color Cylindrical-coordinate representation of color #890E73: hue angle of 310.73º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E73 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 115 -
CMYK 0 0.90 0.16 0.46
HSL 310.73º 0.81% 0.3% -
HSV(B) 310.73º 0.9% 0.54% -
XYZ 13.57 6.87 16.83 -
YUV 62.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 137 14 115 0 0.90 0.16 0.46 310.73 0.81 0.3
Hex 89 E 73 0 5A 10 2E 137 51 1E
Octal 211 16 163 0 132 20 56 467 121 36
Binary 10001001 1110 1110011 0 1011010 10000 101110 100110111 1010001 11110

Color Harmonies of #890E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E73

Black with #890E73

Text Example


Text Example

White with #890E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,14,115); }

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

background-color css

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

 a { background-color: rgb(137,14,115); }

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

border-color css

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

 span { border-color: rgb(137,14,115); }

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