#92068B

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

Shades of Dark Magenta #92068B

Tints of Dark Magenta #92068B

Color information

#92068B (or 0x92068B) is unknown color: approx Dark Magenta. HEX triplet: 92, 06 and 8B. RGB value is (146,6,139). Sum of RGB (Red+Green+Blue) = 146+6+139=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92068B is #6DF974. Grayscale: #3E3E3E. Windows color (decimal): -7207285 or 9111186. OLE color: 9111186.

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

Color convert

RGB1466139-
CMYK00.960.050.43
HSL303º92.11%29.8%-
HSV(B)303º95.89%57.25%-
XYZ16.588.1125.12-
YUV63.02170.88187.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.17%
GREEN value IS 6 (2.73% from 255) = 2.06%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=50.17%
G=2.06%
B=47.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146613900.960.050.4330392.1129.8
Hex9268B06052B12f5c1e
Octal2226213014055345713436
Binary100100101101000101101100000101101011100101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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