Html Css Color HEX #940E8C Dark Magenta

📋 copy color: '#940E8C'

red 148 ◦ green 14 ◦ blue 140

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

Shades of Dark Magenta #940E8C

Tints of Dark Magenta #940E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 49.01%
G = 4.64%
B = 46.36%

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

#940E8C (or 0x940E8C) is known color: Dark Magenta. HEX triplet: 94, 0E and 8C. RGB value is (148,14,140). Sum of RGB (Red+Green+Blue) = 148+14+140=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #940E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940E8C is #6BF173. Grayscale: #444444. Windows color (decimal): -7074164 or 9178772. OLE color: 9178772.

HSL color Cylindrical-coordinate representation of color #940E8C: hue angle of 303.58º 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 #940E8C is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 14 140 -
CMYK 0 0.91 0.05 0.42
HSL 303.58º 0.83% 0.32% -
HSV(B) 303.58º 0.91% 0.58% -
XYZ 17.1 8.5 25.55 -
YUV 68.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 148 14 140 0 0.91 0.05 0.42 303.58 0.83 0.32
Hex 94 E 8C 0 5B 5 2A 130 53 20
Octal 224 16 214 0 133 5 52 460 123 40
Binary 10010100 1110 10001100 0 1011011 101 101010 100110000 1010011 100000

Color Harmonies of #940E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940E8C

Black with #940E8C

Text Example


Text Example

White with #940E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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