#893082

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

Shades of Dark Purple #893082

Tints of Dark Purple #893082

Color information

#893082 (or 0x893082) is unknown color: approx Dark Purple. HEX triplet: 89, 30 and 82. RGB value is (137,48,130). Sum of RGB (Red+Green+Blue) = 137+48+130=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #893082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893082 is #76CF7D. Grayscale: #535353. Windows color (decimal): -7786366 or 8532105. OLE color: 8532105.

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

Color convert

RGB13748130-
CMYK00.650.050.46
HSL304.72º48.11%36.27%-
HSV(B)304.72º64.96%53.73%-
XYZ15.49.0422.05-
YUV83.96153.99165.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=43.49%
G=15.24%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374813000.650.050.46304.7248.1136.27
Hex89308204152E1313024
Octal2116020201015564616044
Binary100010011100001000001001000001101101110100110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893082; }

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

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

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

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

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

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

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

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