#89206B

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

Shades of Dark Purple #89206B

Tints of Dark Purple #89206B

Color information

#89206B (or 0x89206B) is unknown color: approx Dark Purple. HEX triplet: 89, 20 and 6B. RGB value is (137,32,107). Sum of RGB (Red+Green+Blue) = 137+32+107=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #89206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89206B is #76DF94. Grayscale: #474747. Windows color (decimal): -7790485 or 7020681. OLE color: 7020681.

HSL color Cylindrical-coordinate representation of color #89206B: hue angle of 317.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89206B is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13732107-
CMYK00.770.220.46
HSL317.14º62.13%33.14%-
HSV(B)317.14º76.64%53.73%-
XYZ13.497.4114.63-
YUV71.94147.79174.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 32 (12.89% from 255) = 11.59%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=49.64%
G=11.59%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373210700.770.220.46317.1462.1333.14
Hex89206B04D162E13d3e21
Octal21140153011526564757641
Binary1000100110000011010110100110110110101110100111101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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