#891466

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

Shades of Dark Purple #891466

Tints of Dark Purple #891466

Color information

#891466 (or 0x891466) is unknown color: approx Dark Purple. HEX triplet: 89, 14 and 66. RGB value is (137,20,102). Sum of RGB (Red+Green+Blue) = 137+20+102=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #891466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891466 is #76EB99. Grayscale: #404040. Windows color (decimal): -7793562 or 6689929. OLE color: 6689929.

HSL color Cylindrical-coordinate representation of color #891466: hue angle of 317.95º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891466 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13720102-
CMYK00.850.260.46
HSL317.95º74.52%30.78%-
HSV(B)317.95º85.4%53.73%-
XYZ12.966.7813.2-
YUV64.33149.26179.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=52.90%
G=7.72%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372010200.850.260.46317.9574.5230.78
Hex8914660551A2E13e4b1f
Octal211241460125325647611337
Binary100010011010011001100101010111010101110100111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891466; }

 p { color: rgb(137,20,102); }

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

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

 a { background-color: rgb(137,20,102); }

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

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

 span { border-color: rgb(137,20,102); }

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