#9618A0

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

Shades of Dark Magenta #9618A0

Tints of Dark Magenta #9618A0

Color information

#9618A0 (or 0x9618A0) is unknown color: approx Dark Magenta. HEX triplet: 96, 18 and A0. RGB value is (150,24,160). Sum of RGB (Red+Green+Blue) = 150+24+160=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #9618A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9618A0 is #69E75F. Grayscale: #4C4C4C. Windows color (decimal): -6940512 or 10492054. OLE color: 10492054.

HSL color Cylindrical-coordinate representation of color #9618A0: hue angle of 295.59º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9618A0 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15024160-
CMYK0.060.8500.37
HSL295.59º73.91%36.08%-
HSV(B)295.59º85%62.75%-
XYZ19.259.6834.11-
YUV77.18174.74179.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 24 (9.77% from 255) = 7.19%
BLUE value IS 160 (62.89% from 255) = 47.90%
R=44.91%
G=7.19%
B=47.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150241600.060.8500.37295.5973.9136.08
Hex9618A06550251284a24
Octal22630240612504545011244
Binary100101101100010100000110101010101001011001010001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9618A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9618A0; }

 p { color: rgb(150,24,160); }

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

<style>
 a { background-color: #9618A0; }

 a { background-color: rgb(150,24,160); }

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

<style>
 span { border-color: #9618A0; }

 span { border-color: rgb(150,24,160); }

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