#891968

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

Shades of Dark Purple #891968

Tints of Dark Purple #891968

Color information

#891968 (or 0x891968) is unknown color: approx Dark Purple. HEX triplet: 89, 19 and 68. RGB value is (137,25,104). Sum of RGB (Red+Green+Blue) = 137+25+104=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #891968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891968 is #76E697. Grayscale: #434343. Windows color (decimal): -7792280 or 6822281. OLE color: 6822281.

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

Color convert

RGB13725104-
CMYK00.820.240.46
HSL317.68º69.14%31.76%-
HSV(B)317.68º81.75%53.73%-
XYZ13.167.0113.76-
YUV67.49148.61177.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=51.50%
G=9.40%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372510400.820.240.46317.6869.1431.76
Hex891968052182E13e4520
Octal211311500122305647610540
Binary1000100111001110100001010010110001011101001111101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891968; }

 p { color: rgb(137,25,104); }

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

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

 a { background-color: rgb(137,25,104); }

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

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

 span { border-color: rgb(137,25,104); }

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