#89267F

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

Shades of Dark Purple #89267F

Tints of Dark Purple #89267F

Color information

#89267F (or 0x89267F) is unknown color: approx Dark Purple. HEX triplet: 89, 26 and 7F. RGB value is (137,38,127). Sum of RGB (Red+Green+Blue) = 137+38+127=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #89267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89267F is #76D980. Grayscale: #4D4D4D. Windows color (decimal): -7788929 or 8332937. OLE color: 8332937.

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

Color convert

RGB13738127-
CMYK00.720.070.46
HSL306.06º56.57%34.31%-
HSV(B)306.06º72.26%53.73%-
XYZ14.848.2420.89-
YUV77.75155.8170.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.36%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 127 (50% from 255) = 42.05%
R=45.36%
G=12.58%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373812700.720.070.46306.0656.5734.31
Hex89267F04872E1323922
Octal2114617701107564627142
Binary10001001100110111111101001000111101110100110010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,38,127); }

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

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

 a { background-color: rgb(137,38,127); }

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

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

 span { border-color: rgb(137,38,127); }

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