#950F84

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

Shades of Dark Magenta #950F84

Tints of Dark Magenta #950F84

Color information

#950F84 (or 0x950F84) is unknown color: approx Dark Magenta. HEX triplet: 95, 0F and 84. RGB value is (149,15,132). Sum of RGB (Red+Green+Blue) = 149+15+132=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #950F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F84 is #6AF07B. Grayscale: #444444. Windows color (decimal): -7008380 or 8654741. OLE color: 8654741.

HSL color Cylindrical-coordinate representation of color #950F84: hue angle of 307.61º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F84 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14915132-
CMYK00.900.110.42
HSL307.61º81.71%32.16%-
HSV(B)307.61º89.93%58.43%-
XYZ16.738.422.57-
YUV68.4163.89185.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 15 (6.25% from 255) = 5.07%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=50.34%
G=5.07%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491513200.900.110.42307.6181.7132.16
Hex95F8405AB2A1345220
Octal225172040132135246412240
Binary100101011111100001000101101010111010101001101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950F84; }

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

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

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

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

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

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

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

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