#950F83

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

Shades of Dark Magenta #950F83

Tints of Dark Magenta #950F83

Color information

#950F83 (or 0x950F83) is unknown color: approx Dark Magenta. HEX triplet: 95, 0F and 83. RGB value is (149,15,131). Sum of RGB (Red+Green+Blue) = 149+15+131=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #950F83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F83 is #6AF07C. Grayscale: #434343. Windows color (decimal): -7008381 or 8589205. OLE color: 8589205.

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

Color convert

RGB14915131-
CMYK00.900.120.42
HSL308.06º81.71%32.16%-
HSV(B)308.06º89.93%58.43%-
XYZ16.668.3722.21-
YUV68.29163.39185.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 15 (6.25% from 255) = 5.08%
BLUE value IS 131 (51.56% from 255) = 44.41%
R=50.51%
G=5.08%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491513100.900.120.42308.0681.7132.16
Hex95F8305AC2A1345220
Octal225172030132145246412240
Binary100101011111100000110101101011001010101001101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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