#950C8A

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

Shades of Dark Magenta #950C8A

Tints of Dark Magenta #950C8A

Color information

#950C8A (or 0x950C8A) is unknown color: approx Dark Magenta. HEX triplet: 95, 0C and 8A. RGB value is (149,12,138). Sum of RGB (Red+Green+Blue) = 149+12+138=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #950C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950C8A is #6AF375. Grayscale: #424242. Windows color (decimal): -7009142 or 9047189. OLE color: 9047189.

HSL color Cylindrical-coordinate representation of color #950C8A: hue angle of 304.82º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C8A is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14912138-
CMYK00.920.070.42
HSL304.82º85.09%31.57%-
HSV(B)304.82º91.95%58.43%-
XYZ17.118.4924.78-
YUV67.33167.89186.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 12 (5.08% from 255) = 4.01%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=49.83%
G=4.01%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491213800.920.070.42304.8285.0931.57
Hex95C8A05C72A1315520
Octal22514212013475246112540
Binary10010101110010001010010111001111010101001100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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