Html Css Color HEX #940485 Dark Magenta

📋 copy color: '#940485'

red 148 ◦ green 4 ◦ blue 133

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

Shades of Dark Magenta #940485

Tints of Dark Magenta #940485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 51.93%
G = 1.4%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#940485 (or 0x940485) is known color: Dark Magenta. HEX triplet: 94, 04 and 85. RGB value is (148,4,133). Sum of RGB (Red+Green+Blue) = 148+4+133=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #940485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940485 is #6BFB7A. Grayscale: #3D3D3D. Windows color (decimal): -7076731 or 8717460. OLE color: 8717460.

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

Color convert

RGB 148 4 133 -
CMYK 0 0.97 0.10 0.42
HSL 306.25º 0.95% 0.3% -
HSV(B) 306.25º 0.97% 0.58% -
XYZ 16.49 8.08 22.88 -
YUV 61.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 148 4 133 0 0.97 0.10 0.42 306.25 0.95 0.3
Hex 94 4 85 0 61 A 2A 132 5F 1E
Octal 224 4 205 0 141 12 52 462 137 36
Binary 10010100 100 10000101 0 1100001 1010 101010 100110010 1011111 11110

Color Harmonies of #940485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940485

Black with #940485

Text Example


Text Example

White with #940485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940485; }

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

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

background-color css

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

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

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

border-color css

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

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

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