#89208B

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

Shades of Dark Purple #89208B

Tints of Dark Purple #89208B

Color information

#89208B (or 0x89208B) is unknown color: approx Dark Purple. HEX triplet: 89, 20 and 8B. RGB value is (137,32,139). Sum of RGB (Red+Green+Blue) = 137+32+139=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #89208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89208B is #76DF74. Grayscale: #4B4B4B. Windows color (decimal): -7790453 or 9117833. OLE color: 9117833.

HSL color Cylindrical-coordinate representation of color #89208B: hue angle of 298.88º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89208B is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13732139-
CMYK0.010.7700.45
HSL298.88º62.57%33.53%-
HSV(B)298.88º76.98%54.51%-
XYZ15.498.2225.2-
YUV75.59163.79171.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 32 (12.89% from 255) = 10.39%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=44.48%
G=10.39%
B=45.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137321390.010.7700.45298.8862.5733.53
Hex89208B14D02D12b3f22
Octal2114021311150554537742
Binary1000100110000010001011110011010101101100101011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89208B; }

 p { color: rgb(137,32,139); }

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

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

 a { background-color: rgb(137,32,139); }

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

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

 span { border-color: rgb(137,32,139); }

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