#893475

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

Shades of Dark Purple #893475

Tints of Dark Purple #893475

Color information

#893475 (or 0x893475) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 75. RGB value is (137,52,117). Sum of RGB (Red+Green+Blue) = 137+52+117=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893475 is #76CB8A. Grayscale: #545454. Windows color (decimal): -7785355 or 7681161. OLE color: 7681161.

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

Color convert

RGB13752117-
CMYK00.620.150.46
HSL314.12º44.97%37.06%-
HSV(B)314.12º62.04%53.73%-
XYZ14.769.0617.8-
YUV84.82146.16165.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=44.77%
G=16.99%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375211700.620.150.46314.1244.9737.06
Hex89347503EF2E13a2d25
Octal2116416507617564725545
Binary10001001110100111010101111101111101110100111010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893475; }

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

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

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

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

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

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

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

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