Html Css Color HEX #891570 Dark Purple

📋 copy color: '#891570'

red 137 ◦ green 21 ◦ blue 112

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

Shades of Dark Purple #891570

Tints of Dark Purple #891570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 50.74%
G = 7.78%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#891570 (or 0x891570) is known color: Dark Purple. HEX triplet: 89, 15 and 70. RGB value is (137,21,112). Sum of RGB (Red+Green+Blue) = 137+21+112=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #891570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891570 is #76EA8F. Grayscale: #414141. Windows color (decimal): -7793296 or 7345545. OLE color: 7345545.

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

Color convert

RGB 137 21 112 -
CMYK 0 0.85 0.18 0.46
HSL 312.93º 0.73% 0.31% -
HSV(B) 312.93º 0.85% 0.54% -
XYZ 13.51 7.02 15.97 -
YUV 66.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 137 21 112 0 0.85 0.18 0.46 312.93 0.73 0.31
Hex 89 15 70 0 55 12 2E 139 49 1F
Octal 211 25 160 0 125 22 56 471 111 37
Binary 10001001 10101 1110000 0 1010101 10010 101110 100111001 1001001 11111

Color Harmonies of #891570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891570

Black with #891570

Text Example


Text Example

White with #891570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891570; }

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

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

background-color css

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

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

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

border-color css

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

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

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