#89336A

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

Shades of Dark Purple #89336A

Tints of Dark Purple #89336A

Color information

#89336A (or 0x89336A) is unknown color: approx Dark Purple. HEX triplet: 89, 33 and 6A. RGB value is (137,51,106). Sum of RGB (Red+Green+Blue) = 137+51+106=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #89336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89336A is #76CC95. Grayscale: #525252. Windows color (decimal): -7785622 or 6960009. OLE color: 6960009.

HSL color Cylindrical-coordinate representation of color #89336A: hue angle of 321.63º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89336A is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13751106-
CMYK00.630.230.46
HSL321.63º45.74%36.86%-
HSV(B)321.63º62.77%53.73%-
XYZ14.18.7314.58-
YUV82.98140.99166.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=46.60%
G=17.35%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375110600.630.230.46321.6345.7436.86
Hex89336A03F172E1422e25
Octal2116315207727565025645
Binary100010011100111101010011111110111101110101000010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89336A; }

 p { color: rgb(137,51,106); }

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

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

 a { background-color: rgb(137,51,106); }

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

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

 span { border-color: rgb(137,51,106); }

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