#89156B

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

Shades of Dark Purple #89156B

Tints of Dark Purple #89156B

Color information

#89156B (or 0x89156B) is unknown color: approx Dark Purple. HEX triplet: 89, 15 and 6B. RGB value is (137,21,107). Sum of RGB (Red+Green+Blue) = 137+21+107=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89156B is #76EA94. Grayscale: #414141. Windows color (decimal): -7793301 or 7017865. OLE color: 7017865.

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

Color convert

RGB13721107-
CMYK00.850.220.46
HSL315.52º73.42%30.98%-
HSV(B)315.52º84.67%53.73%-
XYZ13.246.9214.55-
YUV65.49151.43179.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=51.70%
G=7.92%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372110700.850.220.46315.5273.4230.98
Hex89156B055162E13c491f
Octal211251530125265647411137
Binary100010011010111010110101010110110101110100111100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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