#89267B

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

Shades of Dark Purple #89267B

Tints of Dark Purple #89267B

Color information

#89267B (or 0x89267B) is unknown color: approx Dark Purple. HEX triplet: 89, 26 and 7B. RGB value is (137,38,123). Sum of RGB (Red+Green+Blue) = 137+38+123=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89267B is #76D984. Grayscale: #4D4D4D. Windows color (decimal): -7788933 or 8070793. OLE color: 8070793.

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

Color convert

RGB13738123-
CMYK00.720.100.46
HSL308.48º56.57%34.31%-
HSV(B)308.48º72.26%53.73%-
XYZ14.588.1319.54-
YUV77.29153.8170.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=45.97%
G=12.75%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373812300.720.100.46308.4856.5734.31
Hex89267B048A2E1343922
Octal21146173011012564647142
Binary100010011001101111011010010001010101110100110100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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