#920495

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

Shades of Dark Magenta #920495

Tints of Dark Magenta #920495

Color information

#920495 (or 0x920495) is unknown color: approx Dark Magenta. HEX triplet: 92, 04 and 95. RGB value is (146,4,149). Sum of RGB (Red+Green+Blue) = 146+4+149=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #920495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920495 is #6DFB6A. Grayscale: #3E3E3E. Windows color (decimal): -7207787 or 9766034. OLE color: 9766034.

HSL color Cylindrical-coordinate representation of color #920495: hue angle of 298.76º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920495 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1464149-
CMYK0.020.9700.42
HSL298.76º94.77%30%-
HSV(B)298.76º97.32%58.43%-
XYZ17.328.3729.14-
YUV62.99176.54187.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=48.83%
G=1.34%
B=49.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14641490.020.9700.42298.7694.7730
Hex9249526102A12b5f1e
Octal2224225214105245313736
Binary10010010100100101011011000010101010100101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920495; }

 p { color: rgb(146,4,149); }

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

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

 a { background-color: rgb(146,4,149); }

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

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

 span { border-color: rgb(146,4,149); }

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