Html Css Color HEX #9406A6 Dark Magenta

📋 copy color: '#9406A6'

red 148 ◦ green 6 ◦ blue 166

#9406A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9406A6

Tints of Dark Magenta #9406A6

RGB

 RED value IS 148 (58.2% from 255) = 46.25%

 GREEN value IS 6 (2.73% from 255) = 1.88%

 BLUE value IS 166 (65.23% from 255) = 51.88%

R = 46.25%
G = 1.88%
B = 51.88%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9406A6 (or 0x9406A6) is known color: Dark Magenta. HEX triplet: 94, 06 and A6. RGB value is (148,6,166). Sum of RGB (Red+Green+Blue) = 148+6+166=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 166 (65.23% from 255 or 51.88% from 320); Max value from RGB is 166 - color contains mainly: blue. Hex color #9406A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9406A6 is #6BF959. Grayscale: #424242. Windows color (decimal): -7076186 or 10880660. OLE color: 10880660.

HSL color Cylindrical-coordinate representation of color #9406A6: hue angle of 293.25º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9406A6 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 6 166 -
CMYK 0.11 0.96 0 0.35
HSL 293.25º 0.93% 0.34% -
HSV(B) 293.25º 0.96% 0.65% -
XYZ 19.16 9.18 36.84 -
YUV 66.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 148 6 166 0.11 0.96 0 0.35 293.25 0.93 0.34
Hex 94 6 A6 B 60 0 23 125 5D 22
Octal 224 6 246 13 140 0 43 445 135 42
Binary 10010100 110 10100110 1011 1100000 0 100011 100100101 1011101 100010

Color Harmonies of #9406A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9406A6

Black with #9406A6

Text Example


Text Example

White with #9406A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9406A6; }

 p { color: rgb(148,6,166); }

 H1.HeaderClassName
 {
   color: #9406A6;
 }
 .AnyTagClassName
 {
   color: #9406A6;
 }
</style>

background-color css

<style>
 a { background-color: #9406A6; }

 a { background-color: rgb(148,6,166); }

 div.DivClassName
 {
   background-color: #9406A6;
 }
 .BgClassName
 {
   background-color: #9406A6;
 }
</style>

border-color css

<style>
 span { border-color: #9406A6; }

 span { border-color: rgb(148,6,166); }

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