Html Css Color HEX #890E72 Dark Purple

📋 copy color: '#890E72'

red 137 ◦ green 14 ◦ blue 114

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

Shades of Dark Purple #890E72

Tints of Dark Purple #890E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 51.7%
G = 5.28%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#890E72 (or 0x890E72) is known color: Dark Purple. HEX triplet: 89, 0E and 72. RGB value is (137,14,114). Sum of RGB (Red+Green+Blue) = 137+14+114=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #890E72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890E72 is #76F18D. Grayscale: #3D3D3D. Windows color (decimal): -7795086 or 7474825. OLE color: 7474825.

HSL color Cylindrical-coordinate representation of color #890E72: hue angle of 311.22º 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 #890E72 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 114 -
CMYK 0 0.90 0.17 0.46
HSL 311.22º 0.81% 0.3% -
HSV(B) 311.22º 0.9% 0.54% -
XYZ 13.51 6.85 16.53 -
YUV 62.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 137 14 114 0 0.90 0.17 0.46 311.22 0.81 0.3
Hex 89 E 72 0 5A 11 2E 137 51 1E
Octal 211 16 162 0 132 21 56 467 121 36
Binary 10001001 1110 1110010 0 1011010 10001 101110 100110111 1010001 11110

Color Harmonies of #890E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E72

Black with #890E72

Text Example


Text Example

White with #890E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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