#893175

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

Shades of Dark Purple #893175

Tints of Dark Purple #893175

Color information

#893175 (or 0x893175) is unknown color: approx Dark Purple. HEX triplet: 89, 31 and 75. RGB value is (137,49,117). Sum of RGB (Red+Green+Blue) = 137+49+117=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #893175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893175 is #76CE8A. Grayscale: #525252. Windows color (decimal): -7786123 or 7680393. OLE color: 7680393.

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

Color convert

RGB13749117-
CMYK00.640.150.46
HSL313.64º47.31%36.47%-
HSV(B)313.64º64.23%53.73%-
XYZ14.638.817.76-
YUV83.06147.15166.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 49 (19.53% from 255) = 16.17%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=45.21%
G=16.17%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374911700.640.150.46313.6447.3136.47
Hex893175040F2E13a2f24
Octal21161165010017564725744
Binary100010011100011110101010000001111101110100111010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893175; }

 p { color: rgb(137,49,117); }

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

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

 a { background-color: rgb(137,49,117); }

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

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

 span { border-color: rgb(137,49,117); }

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