Html Css Color HEX #891271 Dark Purple

📋 copy color: '#891271'

red 137 ◦ green 18 ◦ blue 113

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

Shades of Dark Purple #891271

Tints of Dark Purple #891271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 51.12%
G = 6.72%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#891271 (or 0x891271) is known color: Dark Purple. HEX triplet: 89, 12 and 71. RGB value is (137,18,113). Sum of RGB (Red+Green+Blue) = 137+18+113=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #891271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891271 is #76ED8E. Grayscale: #404040. Windows color (decimal): -7794063 or 7410313. OLE color: 7410313.

HSL color Cylindrical-coordinate representation of color #891271: hue angle of 312.1º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891271 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 113 -
CMYK 0 0.87 0.18 0.46
HSL 312.1º 0.77% 0.3% -
HSV(B) 312.1º 0.87% 0.54% -
XYZ 13.51 6.94 16.25 -
YUV 64.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 137 18 113 0 0.87 0.18 0.46 312.1 0.77 0.3
Hex 89 12 71 0 57 12 2E 138 4D 1E
Octal 211 22 161 0 127 22 56 470 115 36
Binary 10001001 10010 1110001 0 1010111 10010 101110 100111000 1001101 11110

Color Harmonies of #891271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891271

Black with #891271

Text Example


Text Example

White with #891271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891271; }

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

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

background-color css

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

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

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

border-color css

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

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

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