#950A84

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

Shades of Dark Magenta #950A84

Tints of Dark Magenta #950A84

Color information

#950A84 (or 0x950A84) is unknown color: approx Dark Magenta. HEX triplet: 95, 0A and 84. RGB value is (149,10,132). Sum of RGB (Red+Green+Blue) = 149+10+132=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #950A84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950A84 is #6AF57B. Grayscale: #414141. Windows color (decimal): -7009660 or 8653461. OLE color: 8653461.

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

Color convert

RGB14910132-
CMYK00.930.110.42
HSL307.34º87.42%31.18%-
HSV(B)307.34º93.29%58.43%-
XYZ16.678.2722.55-
YUV65.47165.55187.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 10 (4.30% from 255) = 3.44%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=51.20%
G=3.44%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491013200.930.110.42307.3487.4231.18
Hex95A8405DB2A133571f
Octal225122040135135246312737
Binary10010101101010000100010111011011101010100110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,10,132); }

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

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

 a { background-color: rgb(149,10,132); }

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

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

 span { border-color: rgb(149,10,132); }

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