#892581

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

Shades of Dark Purple #892581

Tints of Dark Purple #892581

Color information

#892581 (or 0x892581) is unknown color: approx Dark Purple. HEX triplet: 89, 25 and 81. RGB value is (137,37,129). Sum of RGB (Red+Green+Blue) = 137+37+129=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #892581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892581 is #76DA7E. Grayscale: #4D4D4D. Windows color (decimal): -7789183 or 8463753. OLE color: 8463753.

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

Color convert

RGB13737129-
CMYK00.730.060.46
HSL304.8º57.47%34.12%-
HSV(B)304.8º72.99%53.73%-
XYZ14.948.2321.57-
YUV77.39157.13170.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=45.21%
G=12.21%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373712900.730.060.46304.857.4734.12
Hex89258104962E1313922
Octal2114520101116564617142
Binary100010011001011000000101001001110101110100110001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892581; }

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

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

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

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

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

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

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

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