#893C7F

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

Shades of Dark Purple #893C7F

Tints of Dark Purple #893C7F

Color information

#893C7F (or 0x893C7F) is unknown color: approx Dark Purple. HEX triplet: 89, 3C and 7F. RGB value is (137,60,127). Sum of RGB (Red+Green+Blue) = 137+60+127=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #893C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C7F is #76C380. Grayscale: #5A5A5A. Windows color (decimal): -7783297 or 8338569. OLE color: 8338569.

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

Color convert

RGB13760127-
CMYK00.560.070.46
HSL307.79º39.09%38.63%-
HSV(B)307.79º56.2%53.73%-
XYZ15.7610.0821.19-
YUV90.66148.51161.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 127 (50% from 255) = 39.20%
R=42.28%
G=18.52%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376012700.560.070.46307.7939.0938.63
Hex893C7F03872E1342727
Octal211741770707564644747
Binary1000100111110011111110111000111101110100110100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893C7F; }

 p { color: rgb(137,60,127); }

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

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

 a { background-color: rgb(137,60,127); }

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

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

 span { border-color: rgb(137,60,127); }

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