#891876

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

Shades of Dark Purple #891876

Tints of Dark Purple #891876

Color information

#891876 (or 0x891876) is unknown color: approx Dark Purple. HEX triplet: 89, 18 and 76. RGB value is (137,24,118). Sum of RGB (Red+Green+Blue) = 137+24+118=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #891876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891876 is #76E789. Grayscale: #444444. Windows color (decimal): -7792522 or 7739529. OLE color: 7739529.

HSL color Cylindrical-coordinate representation of color #891876: hue angle of 310.09º 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 #891876 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13724118-
CMYK00.820.140.46
HSL310.09º70.19%31.57%-
HSV(B)310.09º82.48%53.73%-
XYZ13.917.2817.81-
YUV68.5155.94176.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=49.10%
G=8.60%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372411800.820.140.46310.0970.1931.57
Hex891876052E2E1364620
Octal211301660122165646610640
Binary100010011100011101100101001011101011101001101101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891876; }

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

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

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

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

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

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

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

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