Html Css Color HEX #890080 Purple

📋 copy color: '#890080'

red 137 ◦ green 0 ◦ blue 128

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

Shades of Purple #890080

Tints of Purple #890080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.7%
G = 0%
B = 48.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#890080 (or 0x890080) is known color: Purple. HEX triplet: 89, 00 and 80. RGB value is (137,0,128). Sum of RGB (Red+Green+Blue) = 137+0+128=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #890080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890080 is #76FF7F. Grayscale: #373737. Windows color (decimal): -7798656 or 8388745. OLE color: 8388745.

HSL color Cylindrical-coordinate representation of color #890080: hue angle of 303.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890080 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 128 -
CMYK 0 1 0.07 0.46
HSL 303.94º 1% 0.27% -
HSV(B) 303.94º 1% 0.54% -
XYZ 14.21 6.88 21 -
YUV 55.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 137 0 128 0 1 0.07 0.46 303.94 1 0.27
Hex 89 0 80 0 64 7 2E 130 64 1B
Octal 211 0 200 0 144 7 56 460 144 33
Binary 10001001 0 10000000 0 1100100 111 101110 100110000 1100100 11011

Color Harmonies of #890080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890080

Black with #890080

Text Example


Text Example

White with #890080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890080; }

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

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

background-color css

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

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

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

border-color css

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

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

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