#891F70

Color #891F70 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #891F70

Tints of Dark Purple #891F70

Color information

#891F70 (or 0x891F70) is unknown color: approx Dark Purple. HEX triplet: 89, 1F and 70. RGB value is (137,31,112). Sum of RGB (Red+Green+Blue) = 137+31+112=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #891F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F70 is #76E08F. Grayscale: #474747. Windows color (decimal): -7790736 or 7348105. OLE color: 7348105.

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

Color convert

RGB13731112-
CMYK00.770.180.46
HSL314.15º63.1%32.94%-
HSV(B)314.15º77.37%53.73%-
XYZ13.737.4716.05-
YUV71.93150.62174.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 31 (12.5% from 255) = 11.07%
BLUE value IS 112 (44.14% from 255) = 40%
R=48.93%
G=11.07%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373111200.770.180.46314.1563.132.94
Hex891F7004D122E13a3f21
Octal21137160011522564727741
Binary100010011111111100000100110110010101110100111010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891F70; }

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

 H1.HeaderClassName
 {
   color: #891F70;
 }
 .AnyTagClassName
 {
   color: #891F70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #891F70;
 }
 .BgClassName
 {
   background-color: #891F70;
 }
</style>
border-color css

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

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

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