#89306E

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

Shades of Dark Purple #89306E

Tints of Dark Purple #89306E

Color information

#89306E (or 0x89306E) is unknown color: approx Dark Purple. HEX triplet: 89, 30 and 6E. RGB value is (137,48,110). Sum of RGB (Red+Green+Blue) = 137+48+110=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89306E is #76CF91. Grayscale: #515151. Windows color (decimal): -7786386 or 7221385. OLE color: 7221385.

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

Color convert

RGB13748110-
CMYK00.650.200.46
HSL318.2º48.11%36.27%-
HSV(B)318.2º64.96%53.73%-
XYZ14.198.5615.66-
YUV81.68143.99167.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=46.44%
G=16.27%
B=37.29%

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
Decimal1374811000.650.200.46318.248.1136.27
Hex89306E041142E13e3024
Octal21160156010124564766044
Binary1000100111000011011100100000110100101110100111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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