#89069E

Color #89069E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #89069E

Tints of Dark Magenta #89069E

Color information

#89069E (or 0x89069E) is unknown color: approx Dark Magenta. HEX triplet: 89, 06 and 9E. RGB value is (137,6,158). Sum of RGB (Red+Green+Blue) = 137+6+158=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #89069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89069E is #76F961. Grayscale: #3E3E3E. Windows color (decimal): -7797090 or 10356361. OLE color: 10356361.

HSL color Cylindrical-coordinate representation of color #89069E: hue angle of 291.71º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89069E is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1376158-
CMYK0.130.9600.38
HSL291.71º92.68%32.16%-
HSV(B)291.71º96.2%61.96%-
XYZ16.557.9233-
YUV62.5181.9181.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=45.51%
G=1.99%
B=52.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13761580.130.9600.38291.7192.6832.16
Hex8969ED600261245d20
Octal21162361514004644413540
Binary10001001110100111101101110000001001101001001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89069E; }

 p { color: rgb(137,6,158); }

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

<style>
 a { background-color: #89069E; }

 a { background-color: rgb(137,6,158); }

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

<style>
 span { border-color: #89069E; }

 span { border-color: rgb(137,6,158); }

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