#892884

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

Shades of Dark Purple #892884

Tints of Dark Purple #892884

Color information

#892884 (or 0x892884) is unknown color: approx Dark Purple. HEX triplet: 89, 28 and 84. RGB value is (137,40,132). Sum of RGB (Red+Green+Blue) = 137+40+132=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #892884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892884 is #76D77B. Grayscale: #4F4F4F. Windows color (decimal): -7788412 or 8661129. OLE color: 8661129.

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

Color convert

RGB13740132-
CMYK00.710.040.46
HSL303.09º54.8%34.71%-
HSV(B)303.09º70.8%53.73%-
XYZ15.248.522.67-
YUV79.49157.64169.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=44.34%
G=12.94%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374013200.710.040.46303.0954.834.71
Hex89288404742E12f3723
Octal2115020401074564576743
Binary100010011010001000010001000111100101110100101111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892884; }

 p { color: rgb(137,40,132); }

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

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

 a { background-color: rgb(137,40,132); }

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

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

 span { border-color: rgb(137,40,132); }

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