#920693

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

Shades of Dark Magenta #920693

Tints of Dark Magenta #920693

Color information

#920693 (or 0x920693) is unknown color: approx Dark Magenta. HEX triplet: 92, 06 and 93. RGB value is (146,6,147). Sum of RGB (Red+Green+Blue) = 146+6+147=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #920693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920693 is #6DF96C. Grayscale: #3F3F3F. Windows color (decimal): -7207277 or 9635474. OLE color: 9635474.

HSL color Cylindrical-coordinate representation of color #920693: hue angle of 299.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920693 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1466147-
CMYK0.010.9600.42
HSL299.57º92.16%30%-
HSV(B)299.57º95.92%57.65%-
XYZ17.198.3528.31-
YUV63.93174.88186.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=48.83%
G=2.01%
B=49.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14661470.010.9600.42299.5792.1630
Hex9269316002A12c5c1e
Octal2226223114005245413436
Binary1001001011010010011111000000101010100101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920693; }

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

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

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

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

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

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

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

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