Html Css Color HEX #890E80 Purple

📋 copy color: '#890E80'

red 137 ◦ green 14 ◦ blue 128

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

Shades of Purple #890E80

Tints of Purple #890E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.88%

R = 49.1%
G = 5.02%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#890E80 (or 0x890E80) is known color: Purple. HEX triplet: 89, 0E and 80. RGB value is (137,14,128). Sum of RGB (Red+Green+Blue) = 137+14+128=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #890E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E80 is #76F17F. Grayscale: #3F3F3F. Windows color (decimal): -7795072 or 8392329. OLE color: 8392329.

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

Color convert

RGB 137 14 128 -
CMYK 0 0.90 0.07 0.46
HSL 304.39º 0.81% 0.3% -
HSV(B) 304.39º 0.9% 0.54% -
XYZ 14.37 7.19 21.05 -
YUV 63.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 137 14 128 0 0.90 0.07 0.46 304.39 0.81 0.3
Hex 89 E 80 0 5A 7 2E 130 51 1E
Octal 211 16 200 0 132 7 56 460 121 36
Binary 10001001 1110 10000000 0 1011010 111 101110 100110000 1010001 11110

Color Harmonies of #890E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E80

Black with #890E80

Text Example


Text Example

White with #890E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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