#940693

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

Shades of Dark Magenta #940693

Tints of Dark Magenta #940693

Color information

#940693 (or 0x940693) is unknown color: approx Dark Magenta. HEX triplet: 94, 06 and 93. RGB value is (148,6,147). Sum of RGB (Red+Green+Blue) = 148+6+147=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #940693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940693 is #6BF96C. Grayscale: #404040. Windows color (decimal): -7076205 or 9635476. OLE color: 9635476.

HSL color Cylindrical-coordinate representation of color #940693: hue angle of 300.42º 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 #940693 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB1486147-
CMYK00.960.010.42
HSL300.42º92.21%30.2%-
HSV(B)300.42º95.95%58.04%-
XYZ17.548.5328.33-
YUV64.53174.54187.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=49.17%
G=1.99%
B=48.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148614700.960.010.42300.4292.2130.2
Hex9469306012A12c5c1e
Octal2246223014015245413436
Binary1001010011010010011011000001101010100101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940693; }

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

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

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

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

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

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

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

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