#893276

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

Shades of Dark Purple #893276

Tints of Dark Purple #893276

Color information

#893276 (or 0x893276) is unknown color: approx Dark Purple. HEX triplet: 89, 32 and 76. RGB value is (137,50,118). Sum of RGB (Red+Green+Blue) = 137+50+118=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893276 is #76CD89. Grayscale: #535353. Windows color (decimal): -7785866 or 7746185. OLE color: 7746185.

HSL color Cylindrical-coordinate representation of color #893276: hue angle of 313.1º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893276 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13750118-
CMYK00.640.140.46
HSL313.1º46.52%36.67%-
HSV(B)313.1º63.5%53.73%-
XYZ14.738.9118.08-
YUV83.76147.32165.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=44.92%
G=16.39%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375011800.640.140.46313.146.5236.67
Hex893276040E2E1392f25
Octal21162166010016564715745
Binary100010011100101110110010000001110101110100111001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893276; }

 p { color: rgb(137,50,118); }

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

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

 a { background-color: rgb(137,50,118); }

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

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

 span { border-color: rgb(137,50,118); }

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