Html Css Color HEX #940DA4 Dark Magenta

📋 copy color: '#940DA4'

red 148 ◦ green 13 ◦ blue 164

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

Shades of Dark Magenta #940DA4

Tints of Dark Magenta #940DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.46%

R = 45.54%
G = 4%
B = 50.46%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#940DA4 (or 0x940DA4) is known color: Dark Magenta. HEX triplet: 94, 0D and A4. RGB value is (148,13,164). Sum of RGB (Red+Green+Blue) = 148+13+164=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #940DA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940DA4 is #6BF25B. Grayscale: #464646. Windows color (decimal): -7074396 or 10751380. OLE color: 10751380.

HSL color Cylindrical-coordinate representation of color #940DA4: hue angle of 293.64º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940DA4 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 13 164 -
CMYK 0.10 0.92 0 0.36
HSL 293.64º 0.85% 0.35% -
HSV(B) 293.64º 0.92% 0.64% -
XYZ 19.06 9.26 35.91 -
YUV 70.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 148 13 164 0.10 0.92 0 0.36 293.64 0.85 0.35
Hex 94 D A4 A 5C 0 24 126 55 23
Octal 224 15 244 12 134 0 44 446 125 43
Binary 10010100 1101 10100100 1010 1011100 0 100100 100100110 1010101 100011

Color Harmonies of #940DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940DA4

Black with #940DA4

Text Example


Text Example

White with #940DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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