#893681

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

Shades of Dark Purple #893681

Tints of Dark Purple #893681

Color information

#893681 (or 0x893681) is unknown color: approx Dark Purple. HEX triplet: 89, 36 and 81. RGB value is (137,54,129). Sum of RGB (Red+Green+Blue) = 137+54+129=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #893681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893681 is #76C97E. Grayscale: #575757. Windows color (decimal): -7784831 or 8468105. OLE color: 8468105.

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

Color convert

RGB13754129-
CMYK00.610.060.46
HSL305.78º43.46%37.45%-
HSV(B)305.78º60.58%53.73%-
XYZ15.69.5421.79-
YUV87.37151.5163.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=42.81%
G=16.88%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375412900.610.060.46305.7843.4637.45
Hex89368103D62E1322b25
Octal211662010756564625345
Binary10001001110110100000010111101110101110100110010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893681; }

 p { color: rgb(137,54,129); }

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

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

 a { background-color: rgb(137,54,129); }

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

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

 span { border-color: rgb(137,54,129); }

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