#89258B

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

Shades of Dark Purple #89258B

Tints of Dark Purple #89258B

Color information

#89258B (or 0x89258B) is unknown color: approx Dark Purple. HEX triplet: 89, 25 and 8B. RGB value is (137,37,139). Sum of RGB (Red+Green+Blue) = 137+37+139=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #89258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89258B is #76DA74. Grayscale: #4E4E4E. Windows color (decimal): -7789173 or 9119113. OLE color: 9119113.

HSL color Cylindrical-coordinate representation of color #89258B: hue angle of 298.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89258B is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13737139-
CMYK0.010.7300.45
HSL298.82º57.95%34.51%-
HSV(B)298.82º73.38%54.51%-
XYZ15.648.5125.24-
YUV78.53162.13169.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 37 (14.84% from 255) = 11.82%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=43.77%
G=11.82%
B=44.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137371390.010.7300.45298.8257.9534.51
Hex89258B14902D12b3a23
Octal2114521311110554537243
Binary1000100110010110001011110010010101101100101011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,37,139); }

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

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

 a { background-color: rgb(137,37,139); }

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

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

 span { border-color: rgb(137,37,139); }

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