#9618A2

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

Shades of Dark Magenta #9618A2

Tints of Dark Magenta #9618A2

Color information

#9618A2 (or 0x9618A2) is unknown color: approx Dark Magenta. HEX triplet: 96, 18 and A2. RGB value is (150,24,162). Sum of RGB (Red+Green+Blue) = 150+24+162=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #9618A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9618A2 is #69E75D. Grayscale: #4C4C4C. Windows color (decimal): -6940510 or 10623126. OLE color: 10623126.

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

Color convert

RGB15024162-
CMYK0.070.8500.36
HSL294.78º74.19%36.47%-
HSV(B)294.78º85.19%63.53%-
XYZ19.439.7535.04-
YUV77.41175.74179.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 24 (9.77% from 255) = 7.14%
BLUE value IS 162 (63.67% from 255) = 48.21%
R=44.64%
G=7.14%
B=48.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150241620.070.8500.36294.7874.1936.47
Hex9618A27550241274a24
Octal22630242712504444711244
Binary100101101100010100010111101010101001001001001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9618A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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