#893875

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

Shades of Dark Purple #893875

Tints of Dark Purple #893875

Color information

#893875 (or 0x893875) is unknown color: approx Dark Purple. HEX triplet: 89, 38 and 75. RGB value is (137,56,117). Sum of RGB (Red+Green+Blue) = 137+56+117=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #893875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893875 is #76C78A. Grayscale: #575757. Windows color (decimal): -7784331 or 7682185. OLE color: 7682185.

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

Color convert

RGB13756117-
CMYK00.590.150.46
HSL314.81º41.97%37.84%-
HSV(B)314.81º59.12%53.73%-
XYZ14.949.4317.86-
YUV87.17144.84163.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=44.19%
G=18.06%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375611700.590.150.46314.8141.9737.84
Hex89387503BF2E13b2a26
Octal2117016507317564735246
Binary10001001111000111010101110111111101110100111011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893875; }

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

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

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

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

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

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

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

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