#950F8F

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

Shades of Dark Magenta #950F8F

Tints of Dark Magenta #950F8F

Color information

#950F8F (or 0x950F8F) is unknown color: approx Dark Magenta. HEX triplet: 95, 0F and 8F. RGB value is (149,15,143). Sum of RGB (Red+Green+Blue) = 149+15+143=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #950F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F8F is #6AF070. Grayscale: #454545. Windows color (decimal): -7008369 or 9375637. OLE color: 9375637.

HSL color Cylindrical-coordinate representation of color #950F8F: hue angle of 302.69º 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 #950F8F is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14915143-
CMYK00.900.040.42
HSL302.69º81.71%32.16%-
HSV(B)302.69º89.93%58.43%-
XYZ17.528.7126.75-
YUV69.66169.39184.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 15 (6.25% from 255) = 4.89%
BLUE value IS 143 (56.25% from 255) = 46.58%
R=48.53%
G=4.89%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491514300.900.040.42302.6981.7132.16
Hex95F8F05A42A12f5220
Octal22517217013245245712240
Binary10010101111110001111010110101001010101001011111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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