#893081

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

Shades of Dark Purple #893081

Tints of Dark Purple #893081

Color information

#893081 (or 0x893081) is unknown color: approx Dark Purple. HEX triplet: 89, 30 and 81. RGB value is (137,48,129). Sum of RGB (Red+Green+Blue) = 137+48+129=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #893081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893081 is #76CF7E. Grayscale: #535353. Windows color (decimal): -7786367 or 8466569. OLE color: 8466569.

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

Color convert

RGB13748129-
CMYK00.650.060.46
HSL305.39º48.11%36.27%-
HSV(B)305.39º64.96%53.73%-
XYZ15.349.0221.7-
YUV83.84153.49165.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=43.63%
G=15.29%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374812900.650.060.46305.3948.1136.27
Hex89308104162E1313024
Octal2116020101016564616044
Binary100010011100001000000101000001110101110100110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893081; }

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

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

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

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

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

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

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

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