Html Css Color HEX #891A80 Dark Purple

📋 copy color: '#891A80'

red 137 ◦ green 26 ◦ blue 128

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

Shades of Dark Purple #891A80

Tints of Dark Purple #891A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.93%

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

R = 47.08%
G = 8.93%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#891A80 (or 0x891A80) is known color: Dark Purple. HEX triplet: 89, 1A and 80. RGB value is (137,26,128). Sum of RGB (Red+Green+Blue) = 137+26+128=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #891A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891A80 is #76E57F. Grayscale: #464646. Windows color (decimal): -7792000 or 8395401. OLE color: 8395401.

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

Color convert

RGB 137 26 128 -
CMYK 0 0.81 0.07 0.46
HSL 304.86º 0.68% 0.32% -
HSV(B) 304.86º 0.81% 0.54% -
XYZ 14.58 7.62 21.12 -
YUV 70.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 137 26 128 0 0.81 0.07 0.46 304.86 0.68 0.32
Hex 89 1A 80 0 51 7 2E 131 44 20
Octal 211 32 200 0 121 7 56 461 104 40
Binary 10001001 11010 10000000 0 1010001 111 101110 100110001 1000100 100000

Color Harmonies of #891A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A80

Black with #891A80

Text Example


Text Example

White with #891A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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