#89246F

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

Shades of Dark Purple #89246F

Tints of Dark Purple #89246F

Color information

#89246F (or 0x89246F) is unknown color: approx Dark Purple. HEX triplet: 89, 24 and 6F. RGB value is (137,36,111). Sum of RGB (Red+Green+Blue) = 137+36+111=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89246F is #76DB90. Grayscale: #4A4A4A. Windows color (decimal): -7789457 or 7283849. OLE color: 7283849.

HSL color Cylindrical-coordinate representation of color #89246F: hue angle of 315.45º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89246F is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13736111-
CMYK00.740.190.46
HSL315.45º58.38%33.92%-
HSV(B)315.45º73.72%53.73%-
XYZ13.827.7315.8-
YUV74.75148.46172.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=48.24%
G=12.68%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373611100.740.190.46315.4558.3833.92
Hex89246F04A132E13b3a22
Octal21144157011223564737242
Binary1000100110010011011110100101010011101110100111011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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