#893078

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

Shades of Dark Purple #893078

Tints of Dark Purple #893078

Color information

#893078 (or 0x893078) is unknown color: approx Dark Purple. HEX triplet: 89, 30 and 78. RGB value is (137,48,120). Sum of RGB (Red+Green+Blue) = 137+48+120=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893078 is #76CF87. Grayscale: #525252. Windows color (decimal): -7786376 or 7876745. OLE color: 7876745.

HSL color Cylindrical-coordinate representation of color #893078: hue angle of 311.46º 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 #893078 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13748120-
CMYK00.650.120.46
HSL311.46º48.11%36.27%-
HSV(B)311.46º64.96%53.73%-
XYZ14.768.7918.69-
YUV82.82148.99166.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=44.92%
G=15.74%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374812000.650.120.46311.4648.1136.27
Hex893078041C2E1373024
Octal21160170010114564676044
Binary100010011100001111000010000011100101110100110111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893078; }

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

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

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

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

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

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

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

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