#92067C

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

Shades of Dark Magenta #92067C

Tints of Dark Magenta #92067C

Color information

#92067C (or 0x92067C) is unknown color: approx Dark Magenta. HEX triplet: 92, 06 and 7C. RGB value is (146,6,124). Sum of RGB (Red+Green+Blue) = 146+6+124=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #92067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92067C is #6DF983. Grayscale: #3C3C3C. Windows color (decimal): -7207300 or 8128146. OLE color: 8128146.

HSL color Cylindrical-coordinate representation of color #92067C: hue angle of 309.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92067C is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB1466124-
CMYK00.960.150.43
HSL309.43º92.11%29.8%-
HSV(B)309.43º95.89%57.25%-
XYZ15.567.719.73-
YUV61.31163.38188.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=52.90%
G=2.17%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146612400.960.150.43309.4392.1129.8
Hex9267C060F2B1355c1e
Octal22261740140175346513436
Binary100100101101111100011000001111101011100110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92067C; }

 p { color: rgb(146,6,124); }

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

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

 a { background-color: rgb(146,6,124); }

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

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

 span { border-color: rgb(146,6,124); }

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