#891F6C

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

Shades of Dark Purple #891F6C

Tints of Dark Purple #891F6C

Color information

#891F6C (or 0x891F6C) is unknown color: approx Dark Purple. HEX triplet: 89, 1F and 6C. RGB value is (137,31,108). Sum of RGB (Red+Green+Blue) = 137+31+108=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #891F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F6C is #76E093. Grayscale: #474747. Windows color (decimal): -7790740 or 7085961. OLE color: 7085961.

HSL color Cylindrical-coordinate representation of color #891F6C: hue angle of 316.42º 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 #891F6C is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13731108-
CMYK00.770.210.46
HSL316.42º63.1%32.94%-
HSV(B)316.42º77.37%53.73%-
XYZ13.517.3814.9-
YUV71.47148.62174.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 31 (12.5% from 255) = 11.23%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=49.64%
G=11.23%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373110800.770.210.46316.4263.132.94
Hex891F6C04D152E13c3f21
Octal21137154011525564747741
Binary100010011111111011000100110110101101110100111100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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