#950084

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

Shades of Dark Magenta #950084

Tints of Dark Magenta #950084

Color information

#950084 (or 0x950084) is unknown color: approx Dark Magenta. HEX triplet: 95, 00 and 84. RGB value is (149,0,132). Sum of RGB (Red+Green+Blue) = 149+0+132=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #950084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950084 is #6AFF7B. Grayscale: #3B3B3B. Windows color (decimal): -7012220 or 8650901. OLE color: 8650901.

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

Color convert

RGB1490132-
CMYK010.110.42
HSL306.85º100%29.22%-
HSV(B)306.85º100%58.43%-
XYZ16.568.0622.51-
YUV59.6168.86191.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=53.02%
G=0%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1490132010.110.42306.8510029.22
Hex95084064B2A133641d
Octal22502040144135246314435
Binary10010101010000100011001001011101010100110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950084; }

 p { color: rgb(149,0,132); }

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

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

 a { background-color: rgb(149,0,132); }

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

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

 span { border-color: rgb(149,0,132); }

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