#89306D

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

Shades of Dark Purple #89306D

Tints of Dark Purple #89306D

Color information

#89306D (or 0x89306D) is unknown color: approx Dark Purple. HEX triplet: 89, 30 and 6D. RGB value is (137,48,109). Sum of RGB (Red+Green+Blue) = 137+48+109=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #89306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89306D is #76CF92. Grayscale: #515151. Windows color (decimal): -7786387 or 7155849. OLE color: 7155849.

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

Color convert

RGB13748109-
CMYK00.650.200.46
HSL318.88º48.11%36.27%-
HSV(B)318.88º64.96%53.73%-
XYZ14.138.5415.37-
YUV81.56143.49167.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=46.60%
G=16.33%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374810900.650.200.46318.8848.1136.27
Hex89306D041142E13f3024
Octal21160155010124564776044
Binary1000100111000011011010100000110100101110100111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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