#89186B

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

Shades of Dark Purple #89186B

Tints of Dark Purple #89186B

Color information

#89186B (or 0x89186B) is unknown color: approx Dark Purple. HEX triplet: 89, 18 and 6B. RGB value is (137,24,107). Sum of RGB (Red+Green+Blue) = 137+24+107=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89186B is #76E794. Grayscale: #434343. Windows color (decimal): -7792533 or 7018633. OLE color: 7018633.

HSL color Cylindrical-coordinate representation of color #89186B: hue angle of 315.93º 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 #89186B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13724107-
CMYK00.820.220.46
HSL315.93º70.19%31.57%-
HSV(B)315.93º82.48%53.73%-
XYZ13.37.0314.57-
YUV67.25150.44177.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=51.12%
G=8.96%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372410700.820.220.46315.9370.1931.57
Hex89186B052162E13c4620
Octal211301530122265647410640
Binary1000100111000110101101010010101101011101001111001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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