#891E6A

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

Shades of Dark Purple #891E6A

Tints of Dark Purple #891E6A

Color information

#891E6A (or 0x891E6A) is unknown color: approx Dark Purple. HEX triplet: 89, 1E and 6A. RGB value is (137,30,106). Sum of RGB (Red+Green+Blue) = 137+30+106=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #891E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E6A is #76E195. Grayscale: #464646. Windows color (decimal): -7790998 or 6954633. OLE color: 6954633.

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

Color convert

RGB13730106-
CMYK00.780.230.46
HSL317.38º64.07%32.75%-
HSV(B)317.38º78.1%53.73%-
XYZ13.387.2914.34-
YUV70.66147.95175.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=50.18%
G=10.99%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373010600.780.230.46317.3864.0732.75
Hex891E6A04E172E13d4021
Octal211361520116275647510041
Binary1000100111110110101001001110101111011101001111011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,30,106); }

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

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

 a { background-color: rgb(137,30,106); }

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

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

 span { border-color: rgb(137,30,106); }

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