#950fa4

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

Shades of Dark Magenta #950FA4

Tints of Dark Magenta #950FA4

Color information

#950FA4 (or 0x950FA4) is unknown color: approx Dark Magenta. HEX triplet: 95, 0F and A4. RGB value is (149,15,164). Sum of RGB (Red+Green+Blue) = 149+15+164=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #950FA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950FA4 is #6AF05B. Grayscale: #474747. Windows color (decimal): -7008348 or 10751893. OLE color: 10751893.

HSL color Cylindrical-coordinate representation of color #950FA4: hue angle of 293.96º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950FA4 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14915164-
CMYK0.090.9100.36
HSL293.96º83.24%35.1%-
HSV(B)293.96º90.85%64.31%-
XYZ19.279.4135.92-
YUV72.05179.89182.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 15 (6.25% from 255) = 4.57%
BLUE value IS 164 (64.45% from 255) = 50%
R=45.43%
G=4.57%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149151640.090.9100.36293.9683.2435.1
Hex95FA495B0241265323
Octal225172441113304444612343
Binary100101011111101001001001101101101001001001001101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950fa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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