#921088

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

Shades of Dark Magenta #921088

Tints of Dark Magenta #921088

Color information

#921088 (or 0x921088) is unknown color: approx Dark Magenta. HEX triplet: 92, 10 and 88. RGB value is (146,16,136). Sum of RGB (Red+Green+Blue) = 146+16+136=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #921088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921088 is #6DEF77. Grayscale: #444444. Windows color (decimal): -7204728 or 8917138. OLE color: 8917138.

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

Color convert

RGB14616136-
CMYK00.890.070.43
HSL304.62º80.25%31.76%-
HSV(B)304.62º89.04%57.25%-
XYZ16.488.2624.02-
YUV68.55166.07183.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.99%
GREEN value IS 16 (6.64% from 255) = 5.37%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=48.99%
G=5.37%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461613600.890.070.43304.6280.2531.76
Hex92108805972B1315020
Octal22220210013175346112040
Binary100100101000010001000010110011111010111001100011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921088; }

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

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

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

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

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

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

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

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