#892D6D

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

Shades of Dark Purple #892D6D

Tints of Dark Purple #892D6D

Color information

#892D6D (or 0x892D6D) is unknown color: approx Dark Purple. HEX triplet: 89, 2D and 6D. RGB value is (137,45,109). Sum of RGB (Red+Green+Blue) = 137+45+109=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #892D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D6D is #76D292. Grayscale: #4F4F4F. Windows color (decimal): -7787155 or 7155081. OLE color: 7155081.

HSL color Cylindrical-coordinate representation of color #892D6D: hue angle of 318.26º 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 #892D6D is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13745109-
CMYK00.670.200.46
HSL318.26º50.55%35.69%-
HSV(B)318.26º67.15%53.73%-
XYZ14.028.315.33-
YUV79.8144.48168.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=47.08%
G=15.46%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374510900.670.200.46318.2650.5535.69
Hex892D6D043142E13e3324
Octal21155155010324564766344
Binary1000100110110111011010100001110100101110100111110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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