Html Css Color HEX #891373 Dark Purple

📋 copy color: '#891373'

red 137 ◦ green 19 ◦ blue 115

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

Shades of Dark Purple #891373

Tints of Dark Purple #891373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

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

R = 50.55%
G = 7.01%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#891373 (or 0x891373) is known color: Dark Purple. HEX triplet: 89, 13 and 73. RGB value is (137,19,115). Sum of RGB (Red+Green+Blue) = 137+19+115=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #891373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891373 is #76EC8C. Grayscale: #404040. Windows color (decimal): -7793805 or 7541641. OLE color: 7541641.

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

Color convert

RGB 137 19 115 -
CMYK 0 0.86 0.16 0.46
HSL 311.19º 0.76% 0.31% -
HSV(B) 311.19º 0.86% 0.54% -
XYZ 13.64 7.02 16.86 -
YUV 65.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 137 19 115 0 0.86 0.16 0.46 311.19 0.76 0.31
Hex 89 13 73 0 56 10 2E 137 4C 1F
Octal 211 23 163 0 126 20 56 467 114 37
Binary 10001001 10011 1110011 0 1010110 10000 101110 100110111 1001100 11111

Color Harmonies of #891373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891373

Black with #891373

Text Example


Text Example

White with #891373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891373; }

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

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

background-color css

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

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

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

border-color css

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

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

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