#894275

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

Shades of Dark Purple #894275

Tints of Dark Purple #894275

Color information

#894275 (or 0x894275) is unknown color: approx Dark Purple. HEX triplet: 89, 42 and 75. RGB value is (137,66,117). Sum of RGB (Red+Green+Blue) = 137+66+117=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894275 is #76BD8A. Grayscale: #5C5C5C. Windows color (decimal): -7781771 or 7684745. OLE color: 7684745.

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

Color convert

RGB13766117-
CMYK00.520.150.46
HSL316.9º34.98%39.8%-
HSV(B)316.9º51.82%53.73%-
XYZ15.4810.518.04-
YUV93.04141.52159.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=42.81%
G=20.62%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376611700.520.150.46316.934.9839.8
Hex894275034F2E13d2328
Octal21110216506417564754350
Binary100010011000010111010101101001111101110100111101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894275; }

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

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

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

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

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

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

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

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