#892D73

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

Shades of Dark Purple #892D73

Tints of Dark Purple #892D73

Color information

#892D73 (or 0x892D73) is unknown color: approx Dark Purple. HEX triplet: 89, 2D and 73. RGB value is (137,45,115). Sum of RGB (Red+Green+Blue) = 137+45+115=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #892D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D73 is #76D28C. Grayscale: #505050. Windows color (decimal): -7787149 or 7548297. OLE color: 7548297.

HSL color Cylindrical-coordinate representation of color #892D73: hue angle of 314.35º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D73 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13745115-
CMYK00.670.160.46
HSL314.35º50.55%35.69%-
HSV(B)314.35º67.15%53.73%-
XYZ14.358.4317.09-
YUV80.49147.48168.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=46.13%
G=15.15%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374511500.670.160.46314.3550.5535.69
Hex892D73043102E13a3324
Octal21155163010320564726344
Binary1000100110110111100110100001110000101110100111010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892D73; }

 p { color: rgb(137,45,115); }

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

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

 a { background-color: rgb(137,45,115); }

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

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

 span { border-color: rgb(137,45,115); }

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