#92067F

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

Shades of Dark Magenta #92067F

Tints of Dark Magenta #92067F

Color information

#92067F (or 0x92067F) is unknown color: approx Dark Magenta. HEX triplet: 92, 06 and 7F. RGB value is (146,6,127). Sum of RGB (Red+Green+Blue) = 146+6+127=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #92067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92067F is #6DF980. Grayscale: #3D3D3D. Windows color (decimal): -7207297 or 8324754. OLE color: 8324754.

HSL color Cylindrical-coordinate representation of color #92067F: hue angle of 308.14º 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 #92067F is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB1466127-
CMYK00.960.130.43
HSL308.14º92.11%29.8%-
HSV(B)308.14º95.89%57.25%-
XYZ15.757.7720.75-
YUV61.65164.88188.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 6 (2.73% from 255) = 2.15%
BLUE value IS 127 (50% from 255) = 45.52%
R=52.33%
G=2.15%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146612700.960.130.43308.1492.1129.8
Hex9267F060D2B1345c1e
Octal22261770140155346413436
Binary100100101101111111011000001101101011100110100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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