#92159D

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

Shades of Dark Magenta #92159D

Tints of Dark Magenta #92159D

Color information

#92159D (or 0x92159D) is unknown color: approx Dark Magenta. HEX triplet: 92, 15 and 9D. RGB value is (146,21,157). Sum of RGB (Red+Green+Blue) = 146+21+157=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #92159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92159D is #6DEA62. Grayscale: #494949. Windows color (decimal): -7203427 or 10294674. OLE color: 10294674.

HSL color Cylindrical-coordinate representation of color #92159D: hue angle of 295.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92159D is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14621157-
CMYK0.070.8700.38
HSL295.15º76.4%34.9%-
HSV(B)295.15º86.62%61.57%-
XYZ18.219.0832.69-
YUV73.88174.91179.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=45.06%
G=6.48%
B=48.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146211570.070.8700.38295.1576.434.9
Hex92159D7570261274c23
Octal22225235712704644711443
Binary100100101010110011101111101011101001101001001111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92159D; }

 p { color: rgb(146,21,157); }

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

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

 a { background-color: rgb(146,21,157); }

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

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

 span { border-color: rgb(146,21,157); }

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