#893083

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

Shades of Dark Purple #893083

Tints of Dark Purple #893083

Color information

#893083 (or 0x893083) is unknown color: approx Dark Purple. HEX triplet: 89, 30 and 83. RGB value is (137,48,131). Sum of RGB (Red+Green+Blue) = 137+48+131=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #893083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893083 is #76CF7C. Grayscale: #535353. Windows color (decimal): -7786365 or 8597641. OLE color: 8597641.

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

Color convert

RGB13748131-
CMYK00.650.040.46
HSL304.04º48.11%36.27%-
HSV(B)304.04º64.96%53.73%-
XYZ15.479.0722.41-
YUV84.07154.49165.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=43.35%
G=15.19%
B=41.46%

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
Decimal1374813100.650.040.46304.0448.1136.27
Hex89308304142E1303024
Octal2116020301014564606044
Binary100010011100001000001101000001100101110100110000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893083; }

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

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

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

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

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

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

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

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