Html Css Color HEX #891070 Dark Purple

📋 copy color: '#891070'

red 137 ◦ green 16 ◦ blue 112

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

Shades of Dark Purple #891070

Tints of Dark Purple #891070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.26%

R = 51.7%
G = 6.04%
B = 42.26%

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

#891070 (or 0x891070) is known color: Dark Purple. HEX triplet: 89, 10 and 70. RGB value is (137,16,112). Sum of RGB (Red+Green+Blue) = 137+16+112=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #891070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891070 is #76EF8F. Grayscale: #3E3E3E. Windows color (decimal): -7794576 or 7344265. OLE color: 7344265.

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

Color convert

RGB 137 16 112 -
CMYK 0 0.88 0.18 0.46
HSL 312.4º 0.79% 0.3% -
HSV(B) 312.4º 0.88% 0.54% -
XYZ 13.43 6.86 15.95 -
YUV 63.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 137 16 112 0 0.88 0.18 0.46 312.4 0.79 0.3
Hex 89 10 70 0 58 12 2E 138 4F 1E
Octal 211 20 160 0 130 22 56 470 117 36
Binary 10001001 10000 1110000 0 1011000 10010 101110 100111000 1001111 11110

Color Harmonies of #891070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891070

Black with #891070

Text Example


Text Example

White with #891070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891070; }

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

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

background-color css

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

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

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

border-color css

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

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

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