#9614AB

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

Shades of Dark Magenta #9614AB

Tints of Dark Magenta #9614AB

Color information

#9614AB (or 0x9614AB) is unknown color: approx Dark Magenta. HEX triplet: 96, 14 and AB. RGB value is (150,20,171). Sum of RGB (Red+Green+Blue) = 150+20+171=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #9614AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9614AB is #69EB54. Grayscale: #4B4B4B. Windows color (decimal): -6941525 or 11211926. OLE color: 11211926.

HSL color Cylindrical-coordinate representation of color #9614AB: hue angle of 291.66º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9614AB is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15020171-
CMYK0.120.8800.33
HSL291.66º79.06%37.45%-
HSV(B)291.66º88.3%67.06%-
XYZ20.189.9239.38-
YUV76.08181.57180.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 20 (8.20% from 255) = 5.87%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=43.99%
G=5.87%
B=50.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150201710.120.8800.33291.6679.0637.45
Hex9614ABC580211244f25
Octal226242531413004144411745
Binary1001011010100101010111100101100001000011001001001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9614AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9614AB; }

 p { color: rgb(150,20,171); }

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

<style>
 a { background-color: #9614AB; }

 a { background-color: rgb(150,20,171); }

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

<style>
 span { border-color: #9614AB; }

 span { border-color: rgb(150,20,171); }

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