#892786

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

Shades of Dark Purple #892786

Tints of Dark Purple #892786

Color information

#892786 (or 0x892786) is unknown color: approx Dark Purple. HEX triplet: 89, 27 and 86. RGB value is (137,39,134). Sum of RGB (Red+Green+Blue) = 137+39+134=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #892786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892786 is #76D879. Grayscale: #4E4E4E. Windows color (decimal): -7788666 or 8791945. OLE color: 8791945.

HSL color Cylindrical-coordinate representation of color #892786: hue angle of 301.84º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892786 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13739134-
CMYK00.720.020.46
HSL301.84º55.68%34.51%-
HSV(B)301.84º71.53%53.73%-
XYZ15.358.4923.38-
YUV79.13158.97169.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=44.19%
G=12.58%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373913400.720.020.46301.8455.6834.51
Hex89278604822E12e3823
Octal2114720601102564567043
Binary10001001100111100001100100100010101110100101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892786; }

 p { color: rgb(137,39,134); }

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

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

 a { background-color: rgb(137,39,134); }

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

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

 span { border-color: rgb(137,39,134); }

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