#89157D

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

Shades of Dark Purple #89157D

Tints of Dark Purple #89157D

Color information

#89157D (or 0x89157D) is unknown color: approx Dark Purple. HEX triplet: 89, 15 and 7D. RGB value is (137,21,125). Sum of RGB (Red+Green+Blue) = 137+21+125=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89157D is #76EA82. Grayscale: #434343. Windows color (decimal): -7793283 or 8197513. OLE color: 8197513.

HSL color Cylindrical-coordinate representation of color #89157D: hue angle of 306.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89157D is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13721125-
CMYK00.850.090.46
HSL306.21º73.42%30.98%-
HSV(B)306.21º84.67%53.73%-
XYZ14.297.3420.06-
YUV67.54160.43177.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.41%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=48.41%
G=7.42%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372112500.850.090.46306.2173.4230.98
Hex89157D05592E132491f
Octal211251750125115646211137
Binary10001001101011111101010101011001101110100110010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89157D; }

 p { color: rgb(137,21,125); }

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

<style>
 a { background-color: #89157D; }

 a { background-color: rgb(137,21,125); }

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

<style>
 span { border-color: #89157D; }

 span { border-color: rgb(137,21,125); }

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