#89306F

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

Shades of Dark Purple #89306F

Tints of Dark Purple #89306F

Color information

#89306F (or 0x89306F) is unknown color: approx Dark Purple. HEX triplet: 89, 30 and 6F. RGB value is (137,48,111). Sum of RGB (Red+Green+Blue) = 137+48+111=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #89306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89306F is #76CF90. Grayscale: #515151. Windows color (decimal): -7786385 or 7286921. OLE color: 7286921.

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

Color convert

RGB13748111-
CMYK00.650.190.46
HSL317.53º48.11%36.27%-
HSV(B)317.53º64.96%53.73%-
XYZ14.248.5815.94-
YUV81.79144.49167.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=46.28%
G=16.22%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374811100.650.190.46317.5348.1136.27
Hex89306F041132E13e3024
Octal21160157010123564766044
Binary1000100111000011011110100000110011101110100111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89306F; }

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

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

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

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

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

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

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

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