#893084

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

Shades of Dark Purple #893084

Tints of Dark Purple #893084

Color information

#893084 (or 0x893084) is unknown color: approx Dark Purple. HEX triplet: 89, 30 and 84. RGB value is (137,48,132). Sum of RGB (Red+Green+Blue) = 137+48+132=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #893084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893084 is #76CF7B. Grayscale: #535353. Windows color (decimal): -7786364 or 8663177. OLE color: 8663177.

HSL color Cylindrical-coordinate representation of color #893084: hue angle of 303.37º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893084 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB13748132-
CMYK00.650.040.46
HSL303.37º48.11%36.27%-
HSV(B)303.37º64.96%53.73%-
XYZ15.549.122.77-
YUV84.19154.99165.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=43.22%
G=15.14%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374813200.650.040.46303.3748.1136.27
Hex89308404142E12f3024
Octal2116020401014564576044
Binary100010011100001000010001000001100101110100101111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893084; }

 p { color: rgb(137,48,132); }

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

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

 a { background-color: rgb(137,48,132); }

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

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

 span { border-color: rgb(137,48,132); }

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