#921086

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

Shades of Dark Magenta #921086

Tints of Dark Magenta #921086

Color information

#921086 (or 0x921086) is unknown color: approx Dark Magenta. HEX triplet: 92, 10 and 86. RGB value is (146,16,134). Sum of RGB (Red+Green+Blue) = 146+16+134=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #921086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921086 is #6DEF79. Grayscale: #434343. Windows color (decimal): -7204730 or 8786066. OLE color: 8786066.

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

Color convert

RGB14616134-
CMYK00.890.080.43
HSL305.54º80.25%31.76%-
HSV(B)305.54º89.04%57.25%-
XYZ16.348.223.28-
YUV68.32165.07183.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=49.32%
G=5.41%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461613400.890.080.43305.5480.2531.76
Hex92108605982B1325020
Octal222202060131105346212040
Binary1001001010000100001100101100110001010111001100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921086; }

 p { color: rgb(146,16,134); }

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

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

 a { background-color: rgb(146,16,134); }

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

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

 span { border-color: rgb(146,16,134); }

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