#890282

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

Shades of Dark Magenta #890282

Tints of Dark Magenta #890282

Color information

#890282 (or 0x890282) is unknown color: approx Dark Magenta. HEX triplet: 89, 02 and 82. RGB value is (137,2,130). Sum of RGB (Red+Green+Blue) = 137+2+130=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #890282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890282 is #76FD7D. Grayscale: #383838. Windows color (decimal): -7798142 or 8520329. OLE color: 8520329.

HSL color Cylindrical-coordinate representation of color #890282: hue angle of 303.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890282 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB1372130-
CMYK00.990.050.46
HSL303.11º97.12%27.25%-
HSV(B)303.11º98.54%53.73%-
XYZ14.376.9721.71-
YUV56.96169.23185.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=50.93%
G=0.74%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137213000.990.050.46303.1197.1227.25
Hex8928206352E12f611b
Octal2112202014355645714133
Binary10001001101000001001100011101101110100101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890282; }

 p { color: rgb(137,2,130); }

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

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

 a { background-color: rgb(137,2,130); }

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

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

 span { border-color: rgb(137,2,130); }

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