#89186A

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

Shades of Dark Purple #89186A

Tints of Dark Purple #89186A

Color information

#89186A (or 0x89186A) is unknown color: approx Dark Purple. HEX triplet: 89, 18 and 6A. RGB value is (137,24,106). Sum of RGB (Red+Green+Blue) = 137+24+106=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89186A is #76E795. Grayscale: #424242. Windows color (decimal): -7792534 or 6953097. OLE color: 6953097.

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

Color convert

RGB13724106-
CMYK00.820.230.46
HSL316.46º70.19%31.57%-
HSV(B)316.46º82.48%53.73%-
XYZ13.247.0114.29-
YUV67.14149.94177.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=51.31%
G=8.99%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372410600.820.230.46316.4670.1931.57
Hex89186A052172E13c4620
Octal211301520122275647410640
Binary1000100111000110101001010010101111011101001111001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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