#9006AB

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

Shades of Dark Magenta #9006AB

Tints of Dark Magenta #9006AB

Color information

#9006AB (or 0x9006AB) is unknown color: approx Dark Magenta. HEX triplet: 90, 06 and AB. RGB value is (144,6,171). Sum of RGB (Red+Green+Blue) = 144+6+171=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #9006AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9006AB is #6FF954. Grayscale: #414141. Windows color (decimal): -7338325 or 11208336. OLE color: 11208336.

HSL color Cylindrical-coordinate representation of color #9006AB: hue angle of 290.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9006AB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1446171-
CMYK0.160.9600.33
HSL290.18º93.22%34.71%-
HSV(B)290.18º96.49%67.06%-
XYZ18.92939.27-
YUV66.07187.22183.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 6 (2.73% from 255) = 1.87%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=44.86%
G=1.87%
B=53.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14461710.160.9600.33290.1893.2234.71
Hex906AB10600211225d23
Octal22062532014004144213543
Binary100100001101010101110000110000001000011001000101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9006AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,6,171); }

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

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

 a { background-color: rgb(144,6,171); }

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

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

 span { border-color: rgb(144,6,171); }

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