#89186F

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

Shades of Dark Purple #89186F

Tints of Dark Purple #89186F

Color information

#89186F (or 0x89186F) is unknown color: approx Dark Purple. HEX triplet: 89, 18 and 6F. RGB value is (137,24,111). Sum of RGB (Red+Green+Blue) = 137+24+111=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #89186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89186F is #76E790. Grayscale: #434343. Windows color (decimal): -7792529 or 7280777. OLE color: 7280777.

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

Color convert

RGB13724111-
CMYK00.820.190.46
HSL313.81º70.19%31.57%-
HSV(B)313.81º82.48%53.73%-
XYZ13.517.1215.7-
YUV67.7152.44177.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=50.37%
G=8.82%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372411100.820.190.46313.8170.1931.57
Hex89186F052132E13a4620
Octal211301570122235647210640
Binary1000100111000110111101010010100111011101001110101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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