Html Css Color HEX #891071 Dark Purple

📋 copy color: '#891071'

red 137 ◦ green 16 ◦ blue 113

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

Shades of Dark Purple #891071

Tints of Dark Purple #891071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 51.5%
G = 6.02%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#891071 (or 0x891071) is known color: Dark Purple. HEX triplet: 89, 10 and 71. RGB value is (137,16,113). Sum of RGB (Red+Green+Blue) = 137+16+113=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #891071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891071 is #76EF8E. Grayscale: #3E3E3E. Windows color (decimal): -7794575 or 7409801. OLE color: 7409801.

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

Color convert

RGB 137 16 113 -
CMYK 0 0.88 0.18 0.46
HSL 311.9º 0.79% 0.3% -
HSV(B) 311.9º 0.88% 0.54% -
XYZ 13.48 6.88 16.24 -
YUV 63.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 137 16 113 0 0.88 0.18 0.46 311.9 0.79 0.3
Hex 89 10 71 0 58 12 2E 138 4F 1E
Octal 211 20 161 0 130 22 56 470 117 36
Binary 10001001 10000 1110001 0 1011000 10010 101110 100111000 1001111 11110

Color Harmonies of #891071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891071

Black with #891071

Text Example


Text Example

White with #891071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891071; }

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

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

background-color css

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

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

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

border-color css

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

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

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