Html Css Color HEX #940391 Dark Magenta

📋 copy color: '#940391'

red 148 ◦ green 3 ◦ blue 145

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

Shades of Dark Magenta #940391

Tints of Dark Magenta #940391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 50%
G = 1.01%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#940391 (or 0x940391) is known color: Dark Magenta. HEX triplet: 94, 03 and 91. RGB value is (148,3,145). Sum of RGB (Red+Green+Blue) = 148+3+145=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #940391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940391 is #6BFC6E. Grayscale: #3E3E3E. Windows color (decimal): -7076975 or 9503636. OLE color: 9503636.

HSL color Cylindrical-coordinate representation of color #940391: hue angle of 301.24º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940391 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 145 -
CMYK 0 0.98 0.02 0.42
HSL 301.24º 0.96% 0.3% -
HSV(B) 301.24º 0.98% 0.58% -
XYZ 17.36 8.41 27.5 -
YUV 62.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 148 3 145 0 0.98 0.02 0.42 301.24 0.96 0.3
Hex 94 3 91 0 62 2 2A 12D 60 1E
Octal 224 3 221 0 142 2 52 455 140 36
Binary 10010100 11 10010001 0 1100010 10 101010 100101101 1100000 11110

Color Harmonies of #940391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940391

Black with #940391

Text Example


Text Example

White with #940391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940391; }

 p { color: rgb(148,3,145); }

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

background-color css

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

 a { background-color: rgb(148,3,145); }

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

border-color css

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

 span { border-color: rgb(148,3,145); }

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