#950b83

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

Shades of Dark Magenta #950B83

Tints of Dark Magenta #950B83

Color information

#950B83 (or 0x950B83) is unknown color: approx Dark Magenta. HEX triplet: 95, 0B and 83. RGB value is (149,11,131). Sum of RGB (Red+Green+Blue) = 149+11+131=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #950B83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950B83 is #6AF47C. Grayscale: #414141. Windows color (decimal): -7009405 or 8588181. OLE color: 8588181.

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

Color convert

RGB14911131-
CMYK00.930.120.42
HSL307.83º86.25%31.37%-
HSV(B)307.83º92.62%58.43%-
XYZ16.618.2722.19-
YUV65.94164.72187.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=51.20%
G=3.78%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491113100.930.120.42307.8386.2531.37
Hex95B8305DC2A134561f
Octal225132030135145246412637
Binary10010101101110000011010111011100101010100110100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950b83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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