Html Css Color HEX #940DAA Dark Magenta

📋 copy color: '#940DAA'

red 148 ◦ green 13 ◦ blue 170

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

Shades of Dark Magenta #940DAA

Tints of Dark Magenta #940DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.93%

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 44.71%
G = 3.93%
B = 51.36%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#940DAA (or 0x940DAA) is known color: Dark Magenta. HEX triplet: 94, 0D and AA. RGB value is (148,13,170). Sum of RGB (Red+Green+Blue) = 148+13+170=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #940DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940DAA is #6BF255. Grayscale: #464646. Windows color (decimal): -7074390 or 11144596. OLE color: 11144596.

HSL color Cylindrical-coordinate representation of color #940DAA: hue angle of 291.59º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940DAA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 13 170 -
CMYK 0.13 0.92 0 0.33
HSL 291.59º 0.86% 0.36% -
HSV(B) 291.59º 0.92% 0.67% -
XYZ 19.61 9.49 38.83 -
YUV 71.26 183.73 182.73 -
System Red Green Blue C M Y K H S L
Decimal 148 13 170 0.13 0.92 0 0.33 291.59 0.86 0.36
Hex 94 D AA D 5C 0 21 124 56 24
Octal 224 15 252 15 134 0 41 444 126 44
Binary 10010100 1101 10101010 1101 1011100 0 100001 100100100 1010110 100100

Color Harmonies of #940DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940DAA

Black with #940DAA

Text Example


Text Example

White with #940DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940DAA; }

 p { color: rgb(148,13,170); }

 H1.HeaderClassName
 {
   color: #940DAA;
 }
 .AnyTagClassName
 {
   color: #940DAA;
 }
</style>

background-color css

<style>
 a { background-color: #940DAA; }

 a { background-color: rgb(148,13,170); }

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

border-color css

<style>
 span { border-color: #940DAA; }

 span { border-color: rgb(148,13,170); }

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