#920896

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

Shades of Dark Magenta #920896

Tints of Dark Magenta #920896

Color information

#920896 (or 0x920896) is unknown color: approx Dark Magenta. HEX triplet: 92, 08 and 96. RGB value is (146,8,150). Sum of RGB (Red+Green+Blue) = 146+8+150=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #920896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920896 is #6DF769. Grayscale: #414141. Windows color (decimal): -7206762 or 9832594. OLE color: 9832594.

HSL color Cylindrical-coordinate representation of color #920896: hue angle of 298.31º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920896 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1468150-
CMYK0.030.9500.41
HSL298.31º89.87%30.98%-
HSV(B)298.31º94.67%58.82%-
XYZ17.458.4929.57-
YUV65.45175.72185.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=48.03%
G=2.63%
B=49.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14681500.030.9500.41298.3189.8730.98
Hex9289635F02912a5a1f
Octal22210226313705145213237
Binary100100101000100101101110111110101001100101010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920896; }

 p { color: rgb(146,8,150); }

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

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

 a { background-color: rgb(146,8,150); }

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

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

 span { border-color: rgb(146,8,150); }

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