Html Css Color HEX #940390 Dark Magenta

📋 copy color: '#940390'

red 148 ◦ green 3 ◦ blue 144

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

Shades of Dark Magenta #940390

Tints of Dark Magenta #940390

RGB

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

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

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

R = 50.17%
G = 1.02%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#940390 (or 0x940390) is known color: Dark Magenta. HEX triplet: 94, 03 and 90. RGB value is (148,3,144). Sum of RGB (Red+Green+Blue) = 148+3+144=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #940390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940390 is #6BFC6F. Grayscale: #3E3E3E. Windows color (decimal): -7076976 or 9438100. OLE color: 9438100.

HSL color Cylindrical-coordinate representation of color #940390: hue angle of 301.66º 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 #940390 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 144 -
CMYK 0 0.98 0.03 0.42
HSL 301.66º 0.96% 0.3% -
HSV(B) 301.66º 0.98% 0.58% -
XYZ 17.28 8.37 27.09 -
YUV 62.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 148 3 144 0 0.98 0.03 0.42 301.66 0.96 0.3
Hex 94 3 90 0 62 3 2A 12E 60 1E
Octal 224 3 220 0 142 3 52 456 140 36
Binary 10010100 11 10010000 0 1100010 11 101010 100101110 1100000 11110

Color Harmonies of #940390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940390

Black with #940390

Text Example


Text Example

White with #940390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940390; }

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

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

background-color css

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

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

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

border-color css

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

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

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