#940087

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

Shades of Dark Magenta #940087

Tints of Dark Magenta #940087

Color information

#940087 (or 0x940087) is unknown color: approx Dark Magenta. HEX triplet: 94, 00 and 87. RGB value is (148,0,135). Sum of RGB (Red+Green+Blue) = 148+0+135=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #940087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940087 is #6BFF78. Grayscale: #3B3B3B. Windows color (decimal): -7077753 or 8847508. OLE color: 8847508.

HSL color Cylindrical-coordinate representation of color #940087: hue angle of 305.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940087 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB1480135-
CMYK010.090.42
HSL305.27º100%29.02%-
HSV(B)305.27º100%58.04%-
XYZ16.598.0523.6-
YUV59.64170.53191.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=52.30%
G=0%
B=47.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1480135010.090.42305.2710029.02
Hex9408706492A131641d
Octal22402070144115246114435
Binary10010100010000111011001001001101010100110001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940087; }

 p { color: rgb(148,0,135); }

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

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

 a { background-color: rgb(148,0,135); }

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

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

 span { border-color: rgb(148,0,135); }

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