Html Css Color HEX #891473 Dark Purple

📋 copy color: '#891473'

red 137 ◦ green 20 ◦ blue 115

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

Shades of Dark Purple #891473

Tints of Dark Purple #891473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 50.37%
G = 7.35%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#891473 (or 0x891473) is known color: Dark Purple. HEX triplet: 89, 14 and 73. RGB value is (137,20,115). Sum of RGB (Red+Green+Blue) = 137+20+115=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #891473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891473 is #76EB8C. Grayscale: #414141. Windows color (decimal): -7793549 or 7541897. OLE color: 7541897.

HSL color Cylindrical-coordinate representation of color #891473: hue angle of 311.28º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891473 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 115 -
CMYK 0 0.85 0.16 0.46
HSL 311.28º 0.75% 0.31% -
HSV(B) 311.28º 0.85% 0.54% -
XYZ 13.66 7.06 16.86 -
YUV 65.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 137 20 115 0 0.85 0.16 0.46 311.28 0.75 0.31
Hex 89 14 73 0 55 10 2E 137 4B 1F
Octal 211 24 163 0 125 20 56 467 113 37
Binary 10001001 10100 1110011 0 1010101 10000 101110 100110111 1001011 11111

Color Harmonies of #891473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891473

Black with #891473

Text Example


Text Example

White with #891473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891473; }

 p { color: rgb(137,20,115); }

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

background-color css

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

 a { background-color: rgb(137,20,115); }

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

border-color css

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

 span { border-color: rgb(137,20,115); }

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