Html Css Color HEX #940490 Dark Magenta

📋 copy color: '#940490'

red 148 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #940490

Tints of Dark Magenta #940490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 50%
G = 1.35%
B = 48.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#940490 (or 0x940490) is known color: Dark Magenta. HEX triplet: 94, 04 and 90. RGB value is (148,4,144). Sum of RGB (Red+Green+Blue) = 148+4+144=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #940490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940490 is #6BFB6F. Grayscale: #3E3E3E. Windows color (decimal): -7076720 or 9438356. OLE color: 9438356.

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

Color convert

RGB 148 4 144 -
CMYK 0 0.97 0.03 0.42
HSL 301.67º 0.95% 0.3% -
HSV(B) 301.67º 0.97% 0.58% -
XYZ 17.29 8.4 27.09 -
YUV 63.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 148 4 144 0 0.97 0.03 0.42 301.67 0.95 0.3
Hex 94 4 90 0 61 3 2A 12E 5F 1E
Octal 224 4 220 0 141 3 52 456 137 36
Binary 10010100 100 10010000 0 1100001 11 101010 100101110 1011111 11110

Color Harmonies of #940490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940490

Black with #940490

Text Example


Text Example

White with #940490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940490; }

 p { color: rgb(148,4,144); }

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

background-color css

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

 a { background-color: rgb(148,4,144); }

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

border-color css

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

 span { border-color: rgb(148,4,144); }

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