#92068C

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

Shades of Dark Magenta #92068C

Tints of Dark Magenta #92068C

Color information

#92068C (or 0x92068C) is unknown color: approx Dark Magenta. HEX triplet: 92, 06 and 8C. RGB value is (146,6,140). Sum of RGB (Red+Green+Blue) = 146+6+140=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #92068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92068C is #6DF973. Grayscale: #3E3E3E. Windows color (decimal): -7207284 or 9176722. OLE color: 9176722.

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

Color convert

RGB1466140-
CMYK00.960.040.43
HSL302.57º92.11%29.8%-
HSV(B)302.57º95.89%57.25%-
XYZ16.658.1325.5-
YUV63.14171.38187.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=50%
G=2.05%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146614000.960.040.43302.5792.1129.8
Hex9268C06042B12f5c1e
Octal2226214014045345713436
Binary100100101101000110001100000100101011100101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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