#921085

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

Shades of Dark Magenta #921085

Tints of Dark Magenta #921085

Color information

#921085 (or 0x921085) is unknown color: approx Dark Magenta. HEX triplet: 92, 10 and 85. RGB value is (146,16,133). Sum of RGB (Red+Green+Blue) = 146+16+133=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #921085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921085 is #6DEF7A. Grayscale: #434343. Windows color (decimal): -7204731 or 8720530. OLE color: 8720530.

HSL color Cylindrical-coordinate representation of color #921085: hue angle of 306º 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 #921085 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14616133-
CMYK00.890.090.43
HSL306º80.25%31.76%-
HSV(B)306º89.04%57.25%-
XYZ16.278.1822.91-
YUV68.21164.57183.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=49.49%
G=5.42%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461613300.890.090.4330680.2531.76
Hex92108505992B1325020
Octal222202050131115346212040
Binary1001001010000100001010101100110011010111001100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921085; }

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

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

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

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

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

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

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

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