#950DA5

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

Shades of Dark Magenta #950DA5

Tints of Dark Magenta #950DA5

Color information

#950DA5 (or 0x950DA5) is unknown color: approx Dark Magenta. HEX triplet: 95, 0D and A5. RGB value is (149,13,165). Sum of RGB (Red+Green+Blue) = 149+13+165=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #950DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950DA5 is #6AF25A. Grayscale: #464646. Windows color (decimal): -7008859 or 10816917. OLE color: 10816917.

HSL color Cylindrical-coordinate representation of color #950DA5: hue angle of 293.68º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950DA5 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14913165-
CMYK0.100.9200.35
HSL293.68º85.39%34.9%-
HSV(B)293.68º92.12%64.71%-
XYZ19.339.3936.39-
YUV70.99181.06183.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 13 (5.47% from 255) = 3.98%
BLUE value IS 165 (64.84% from 255) = 50.46%
R=45.57%
G=3.98%
B=50.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149131650.100.9200.35293.6885.3934.9
Hex95DA5A5C0231265523
Octal225152451213404344612543
Binary100101011101101001011010101110001000111001001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,13,165); }

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

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

 a { background-color: rgb(149,13,165); }

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

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

 span { border-color: rgb(149,13,165); }

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