#940982

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

Shades of Dark Magenta #940982

Tints of Dark Magenta #940982

Color information

#940982 (or 0x940982) is unknown color: approx Dark Magenta. HEX triplet: 94, 09 and 82. RGB value is (148,9,130). Sum of RGB (Red+Green+Blue) = 148+9+130=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #940982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940982 is #6BF67D. Grayscale: #404040. Windows color (decimal): -7075454 or 8522132. OLE color: 8522132.

HSL color Cylindrical-coordinate representation of color #940982: hue angle of 307.77º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940982 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB1489130-
CMYK00.940.120.42
HSL307.77º88.54%30.78%-
HSV(B)307.77º93.92%58.04%-
XYZ16.348.121.82-
YUV64.35165.05187.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 9 (3.91% from 255) = 3.14%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=51.57%
G=3.14%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148913000.940.120.42307.7788.5430.78
Hex9498205EC2A134591f
Octal224112020136145246413137
Binary10010100100110000010010111101100101010100110100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940982; }

 p { color: rgb(148,9,130); }

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

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

 a { background-color: rgb(148,9,130); }

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

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

 span { border-color: rgb(148,9,130); }

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