Html Css Color HEX #891A72 Dark Purple

📋 copy color: '#891A72'

red 137 ◦ green 26 ◦ blue 114

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

Shades of Dark Purple #891A72

Tints of Dark Purple #891A72

RGB

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

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

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

R = 49.46%
G = 9.39%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#891A72 (or 0x891A72) is known color: Dark Purple. HEX triplet: 89, 1A and 72. RGB value is (137,26,114). Sum of RGB (Red+Green+Blue) = 137+26+114=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #891A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891A72 is #76E58D. Grayscale: #444444. Windows color (decimal): -7792014 or 7477897. OLE color: 7477897.

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

Color convert

RGB 137 26 114 -
CMYK 0 0.81 0.17 0.46
HSL 312.43º 0.68% 0.32% -
HSV(B) 312.43º 0.81% 0.54% -
XYZ 13.72 7.27 16.6 -
YUV 69.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 137 26 114 0 0.81 0.17 0.46 312.43 0.68 0.32
Hex 89 1A 72 0 51 11 2E 138 44 20
Octal 211 32 162 0 121 21 56 470 104 40
Binary 10001001 11010 1110010 0 1010001 10001 101110 100111000 1000100 100000

Color Harmonies of #891A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A72

Black with #891A72

Text Example


Text Example

White with #891A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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