Html Css Color HEX #891371 Dark Purple

📋 copy color: '#891371'

red 137 ◦ green 19 ◦ blue 113

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

Shades of Dark Purple #891371

Tints of Dark Purple #891371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.01%

R = 50.93%
G = 7.06%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#891371 (or 0x891371) is known color: Dark Purple. HEX triplet: 89, 13 and 71. RGB value is (137,19,113). Sum of RGB (Red+Green+Blue) = 137+19+113=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #891371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891371 is #76EC8E. Grayscale: #404040. Windows color (decimal): -7793807 or 7410569. OLE color: 7410569.

HSL color Cylindrical-coordinate representation of color #891371: hue angle of 312.2º 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 #891371 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 113 -
CMYK 0 0.86 0.18 0.46
HSL 312.2º 0.76% 0.31% -
HSV(B) 312.2º 0.86% 0.54% -
XYZ 13.53 6.98 16.26 -
YUV 65 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 137 19 113 0 0.86 0.18 0.46 312.2 0.76 0.31
Hex 89 13 71 0 56 12 2E 138 4C 1F
Octal 211 23 161 0 126 22 56 470 114 37
Binary 10001001 10011 1110001 0 1010110 10010 101110 100111000 1001100 11111

Color Harmonies of #891371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891371

Black with #891371

Text Example


Text Example

White with #891371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891371; }

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

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

background-color css

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

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

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

border-color css

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

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

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