#950B8E

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

Shades of Dark Magenta #950B8E

Tints of Dark Magenta #950B8E

Color information

#950B8E (or 0x950B8E) is unknown color: approx Dark Magenta. HEX triplet: 95, 0B and 8E. RGB value is (149,11,142). Sum of RGB (Red+Green+Blue) = 149+11+142=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #950B8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950B8E is #6AF471. Grayscale: #424242. Windows color (decimal): -7009394 or 9309077. OLE color: 9309077.

HSL color Cylindrical-coordinate representation of color #950B8E: hue angle of 303.04º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B8E is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14911142-
CMYK00.930.050.42
HSL303.04º86.25%31.37%-
HSV(B)303.04º92.62%58.43%-
XYZ17.48.5826.33-
YUV67.2170.22186.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 11 (4.69% from 255) = 3.64%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=49.34%
G=3.64%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491114200.930.050.42303.0486.2531.37
Hex95B8E05D52A12f561f
Octal22513216013555245712637
Binary1001010110111000111001011101101101010100101111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,11,142); }

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

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

 a { background-color: rgb(149,11,142); }

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

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

 span { border-color: rgb(149,11,142); }

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