#9408A5

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

Shades of Dark Magenta #9408A5

Tints of Dark Magenta #9408A5

Color information

#9408A5 (or 0x9408A5) is unknown color: approx Dark Magenta. HEX triplet: 94, 08 and A5. RGB value is (148,8,165). Sum of RGB (Red+Green+Blue) = 148+8+165=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #9408A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9408A5 is #6BF75A. Grayscale: #434343. Windows color (decimal): -7075675 or 10815636. OLE color: 10815636.

HSL color Cylindrical-coordinate representation of color #9408A5: hue angle of 293.5º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9408A5 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1488165-
CMYK0.100.9500.35
HSL293.5º90.75%33.92%-
HSV(B)293.5º95.15%64.71%-
XYZ19.099.1936.36-
YUV67.76182.88185.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 8 (3.52% from 255) = 2.49%
BLUE value IS 165 (64.84% from 255) = 51.40%
R=46.11%
G=2.49%
B=51.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14881650.100.9500.35293.590.7533.92
Hex948A5A5F0231265b22
Octal224102451213704344613342
Binary100101001000101001011010101111101000111001001101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9408A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9408A5; }

 p { color: rgb(148,8,165); }

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

<style>
 a { background-color: #9408A5; }

 a { background-color: rgb(148,8,165); }

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

<style>
 span { border-color: #9408A5; }

 span { border-color: rgb(148,8,165); }

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