#891877

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

Shades of Dark Purple #891877

Tints of Dark Purple #891877

Color information

#891877 (or 0x891877) is unknown color: approx Dark Purple. HEX triplet: 89, 18 and 77. RGB value is (137,24,119). Sum of RGB (Red+Green+Blue) = 137+24+119=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #891877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891877 is #76E788. Grayscale: #444444. Windows color (decimal): -7792521 or 7805065. OLE color: 7805065.

HSL color Cylindrical-coordinate representation of color #891877: hue angle of 309.56º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891877 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB13724119-
CMYK00.820.130.46
HSL309.56º70.19%31.57%-
HSV(B)309.56º82.48%53.73%-
XYZ13.977.318.13-
YUV68.62156.44176.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=48.93%
G=8.57%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372411900.820.130.46309.5670.1931.57
Hex891877052D2E1364620
Octal211301670122155646610640
Binary100010011100011101110101001011011011101001101101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891877; }

 p { color: rgb(137,24,119); }

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

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

 a { background-color: rgb(137,24,119); }

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

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

 span { border-color: rgb(137,24,119); }

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