Html Css Color HEX #9400A5 Dark Magenta

📋 copy color: '#9400A5'

red 148 ◦ green 0 ◦ blue 165

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

Shades of Dark Magenta #9400A5

Tints of Dark Magenta #9400A5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 165 (64.84% from 255) = 52.72%

R = 47.28%
G = 0%
B = 52.72%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9400A5 (or 0x9400A5) is known color: Dark Magenta. HEX triplet: 94, 00 and A5. RGB value is (148,0,165). Sum of RGB (Red+Green+Blue) = 148+0+165=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 165 (64.84% from 255 or 52.72% from 313); Max value from RGB is 165 - color contains mainly: blue. Hex color #9400A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9400A5 is #6BFF5A. Grayscale: #3E3E3E. Windows color (decimal): -7077723 or 10813588. OLE color: 10813588.

HSL color Cylindrical-coordinate representation of color #9400A5: hue angle of 293.82º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400A5 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 0 165 -
CMYK 0.10 1 0 0.35
HSL 293.82º 1% 0.32% -
HSV(B) 293.82º 1% 0.65% -
XYZ 19 9.01 36.34 -
YUV 63.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 148 0 165 0.10 1 0 0.35 293.82 1 0.32
Hex 94 0 A5 A 64 0 23 126 64 20
Octal 224 0 245 12 144 0 43 446 144 40
Binary 10010100 0 10100101 1010 1100100 0 100011 100100110 1100100 100000

Color Harmonies of #9400A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400A5

Black with #9400A5

Text Example


Text Example

White with #9400A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9400A5; }

 p { color: rgb(148,0,165); }

 H1.HeaderClassName
 {
   color: #9400A5;
 }
 .AnyTagClassName
 {
   color: #9400A5;
 }
</style>

background-color css

<style>
 a { background-color: #9400A5; }

 a { background-color: rgb(148,0,165); }

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

border-color css

<style>
 span { border-color: #9400A5; }

 span { border-color: rgb(148,0,165); }

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