#950C9D

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

Shades of Dark Magenta #950C9D

Tints of Dark Magenta #950C9D

Color information

#950C9D (or 0x950C9D) is unknown color: approx Dark Magenta. HEX triplet: 95, 0C and 9D. RGB value is (149,12,157). Sum of RGB (Red+Green+Blue) = 149+12+157=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #950C9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950C9D is #6AF362. Grayscale: #454545. Windows color (decimal): -7009123 or 10292373. OLE color: 10292373.

HSL color Cylindrical-coordinate representation of color #950C9D: hue angle of 296.69º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C9D is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14912157-
CMYK0.050.9200.38
HSL296.69º85.8%33.14%-
HSV(B)296.69º92.36%61.57%-
XYZ18.619.0932.67-
YUV69.49177.39184.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 12 (5.08% from 255) = 3.77%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=46.86%
G=3.77%
B=49.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149121570.050.9200.38296.6985.833.14
Hex95C9D55C0261295621
Octal22514235513404645112641
Binary10010101110010011101101101110001001101001010011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,12,157); }

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

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

 a { background-color: rgb(149,12,157); }

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

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

 span { border-color: rgb(149,12,157); }

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