#9418A5

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

Shades of Dark Magenta #9418A5

Tints of Dark Magenta #9418A5

Color information

#9418A5 (or 0x9418A5) is unknown color: approx Dark Magenta. HEX triplet: 94, 18 and A5. RGB value is (148,24,165). Sum of RGB (Red+Green+Blue) = 148+24+165=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #9418A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9418A5 is #6BE75A. Grayscale: #4C4C4C. Windows color (decimal): -7071579 or 10819732. OLE color: 10819732.

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

Color convert

RGB14824165-
CMYK0.100.8500.35
HSL292.77º74.6%37.06%-
HSV(B)292.77º85.45%64.71%-
XYZ19.339.6736.44-
YUV77.15177.58178.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 24 (9.77% from 255) = 7.12%
BLUE value IS 165 (64.84% from 255) = 48.96%
R=43.92%
G=7.12%
B=48.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148241650.100.8500.35292.7774.637.06
Hex9418A5A550231254b25
Octal224302451212504344511345
Binary1001010011000101001011010101010101000111001001011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9418A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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