#893169

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

Shades of Dark Purple #893169

Tints of Dark Purple #893169

Color information

#893169 (or 0x893169) is unknown color: approx Dark Purple. HEX triplet: 89, 31 and 69. RGB value is (137,49,105). Sum of RGB (Red+Green+Blue) = 137+49+105=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #893169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893169 is #76CE96. Grayscale: #515151. Windows color (decimal): -7786135 or 6893961. OLE color: 6893961.

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

Color convert

RGB13749105-
CMYK00.640.230.46
HSL321.82º47.31%36.47%-
HSV(B)321.82º64.23%53.73%-
XYZ13.968.5314.28-
YUV81.7141.15167.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=47.08%
G=16.84%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374910500.640.230.46321.8247.3136.47
Hex893169040172E1422f24
Octal21161151010027565025744
Binary1000100111000111010010100000010111101110101000010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893169; }

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

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

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

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

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

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

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

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