#920287

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

Shades of Dark Magenta #920287

Tints of Dark Magenta #920287

Color information

#920287 (or 0x920287) is unknown color: approx Dark Magenta. HEX triplet: 92, 02 and 87. RGB value is (146,2,135). Sum of RGB (Red+Green+Blue) = 146+2+135=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #920287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920287 is #6DFD78. Grayscale: #3B3B3B. Windows color (decimal): -7208313 or 8848018. OLE color: 8848018.

HSL color Cylindrical-coordinate representation of color #920287: hue angle of 304.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920287 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB1462135-
CMYK00.990.080.43
HSL304.58º97.3%29.02%-
HSV(B)304.58º98.63%57.25%-
XYZ16.257.923.59-
YUV60.22170.21189.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=51.59%
G=0.71%
B=47.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146213500.990.080.43304.5897.329.02
Hex9228706382B131611d
Octal22222070143105346114135
Binary100100101010000111011000111000101011100110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920287; }

 p { color: rgb(146,2,135); }

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

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

 a { background-color: rgb(146,2,135); }

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

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

 span { border-color: rgb(146,2,135); }

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