#890094

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

Shades of Dark Magenta #890094

Tints of Dark Magenta #890094

Color information

#890094 (or 0x890094) is unknown color: approx Dark Magenta. HEX triplet: 89, 00 and 94. RGB value is (137,0,148). Sum of RGB (Red+Green+Blue) = 137+0+148=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #890094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890094 is #76FF6B. Grayscale: #393939. Windows color (decimal): -7798636 or 9699465. OLE color: 9699465.

HSL color Cylindrical-coordinate representation of color #890094: hue angle of 295.54º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890094 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1370148-
CMYK0.07100.42
HSL295.54º100%29.02%-
HSV(B)295.54º100%58.04%-
XYZ15.667.4628.63-
YUV57.84178.89184.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=48.07%
G=0%
B=51.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13701480.07100.42295.5410029.02
Hex8909476402A128641d
Octal2110224714405245014435
Binary1000100101001010011111001000101010100101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890094; }

 p { color: rgb(137,0,148); }

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

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

 a { background-color: rgb(137,0,148); }

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

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

 span { border-color: rgb(137,0,148); }

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