#893782

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

Shades of Dark Purple #893782

Tints of Dark Purple #893782

Color information

#893782 (or 0x893782) is unknown color: approx Dark Purple. HEX triplet: 89, 37 and 82. RGB value is (137,55,130). Sum of RGB (Red+Green+Blue) = 137+55+130=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #893782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893782 is #76C87D. Grayscale: #575757. Windows color (decimal): -7784574 or 8533897. OLE color: 8533897.

HSL color Cylindrical-coordinate representation of color #893782: hue angle of 305.12º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893782 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB13755130-
CMYK00.600.050.46
HSL305.12º42.71%37.65%-
HSV(B)305.12º59.85%53.73%-
XYZ15.719.6622.16-
YUV88.07151.67162.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=42.55%
G=17.08%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375513000.600.050.46305.1242.7137.65
Hex89378203C52E1312b26
Octal211672020745564615346
Binary10001001110111100000100111100101101110100110001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893782; }

 p { color: rgb(137,55,130); }

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

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

 a { background-color: rgb(137,55,130); }

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

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

 span { border-color: rgb(137,55,130); }

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