Html Css Color HEX #891370 Dark Purple

📋 copy color: '#891370'

red 137 ◦ green 19 ◦ blue 112

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

Shades of Dark Purple #891370

Tints of Dark Purple #891370

RGB

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

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

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

R = 51.12%
G = 7.09%
B = 41.79%

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

#891370 (or 0x891370) is known color: Dark Purple. HEX triplet: 89, 13 and 70. RGB value is (137,19,112). Sum of RGB (Red+Green+Blue) = 137+19+112=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #891370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891370 is #76EC8F. Grayscale: #404040. Windows color (decimal): -7793808 or 7345033. OLE color: 7345033.

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

Color convert

RGB 137 19 112 -
CMYK 0 0.86 0.18 0.46
HSL 312.71º 0.76% 0.31% -
HSV(B) 312.71º 0.86% 0.54% -
XYZ 13.47 6.95 15.96 -
YUV 64.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 137 19 112 0 0.86 0.18 0.46 312.71 0.76 0.31
Hex 89 13 70 0 56 12 2E 139 4C 1F
Octal 211 23 160 0 126 22 56 471 114 37
Binary 10001001 10011 1110000 0 1010110 10010 101110 100111001 1001100 11111

Color Harmonies of #891370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891370

Black with #891370

Text Example


Text Example

White with #891370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891370; }

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

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

background-color css

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

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

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

border-color css

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

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

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