Html Css Color HEX #940E8D Dark Magenta

📋 copy color: '#940E8D'

red 148 ◦ green 14 ◦ blue 141

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

Shades of Dark Magenta #940E8D

Tints of Dark Magenta #940E8D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.62%

 BLUE value IS 141 (55.47% from 255) = 46.53%

R = 48.84%
G = 4.62%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#940E8D (or 0x940E8D) is known color: Dark Magenta. HEX triplet: 94, 0E and 8D. RGB value is (148,14,141). Sum of RGB (Red+Green+Blue) = 148+14+141=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #940E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940E8D is #6BF172. Grayscale: #444444. Windows color (decimal): -7074163 or 9244308. OLE color: 9244308.

HSL color Cylindrical-coordinate representation of color #940E8D: hue angle of 303.13º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E8D is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 14 141 -
CMYK 0 0.91 0.05 0.42
HSL 303.13º 0.83% 0.32% -
HSV(B) 303.13º 0.91% 0.58% -
XYZ 17.18 8.53 25.94 -
YUV 68.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 148 14 141 0 0.91 0.05 0.42 303.13 0.83 0.32
Hex 94 E 8D 0 5B 5 2A 12F 53 20
Octal 224 16 215 0 133 5 52 457 123 40
Binary 10010100 1110 10001101 0 1011011 101 101010 100101111 1010011 100000

Color Harmonies of #940E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940E8D

Black with #940E8D

Text Example


Text Example

White with #940E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,14,141); }

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

background-color css

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

 a { background-color: rgb(148,14,141); }

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

border-color css

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

 span { border-color: rgb(148,14,141); }

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