Html Css Color HEX #940586 Dark Magenta

📋 copy color: '#940586'

red 148 ◦ green 5 ◦ blue 134

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

Shades of Dark Magenta #940586

Tints of Dark Magenta #940586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 134 (52.73% from 255) = 46.69%

R = 51.57%
G = 1.74%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#940586 (or 0x940586) is known color: Dark Magenta. HEX triplet: 94, 05 and 86. RGB value is (148,5,134). Sum of RGB (Red+Green+Blue) = 148+5+134=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #940586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940586 is #6BFA79. Grayscale: #3E3E3E. Windows color (decimal): -7076474 or 8783252. OLE color: 8783252.

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

Color convert

RGB 148 5 134 -
CMYK 0 0.97 0.09 0.42
HSL 305.87º 0.93% 0.3% -
HSV(B) 305.87º 0.97% 0.58% -
XYZ 16.57 8.13 23.25 -
YUV 62.46 168.38 189.01 -
System Red Green Blue C M Y K H S L
Decimal 148 5 134 0 0.97 0.09 0.42 305.87 0.93 0.3
Hex 94 5 86 0 61 9 2A 132 5D 1E
Octal 224 5 206 0 141 11 52 462 135 36
Binary 10010100 101 10000110 0 1100001 1001 101010 100110010 1011101 11110

Color Harmonies of #940586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940586

Black with #940586

Text Example


Text Example

White with #940586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940586; }

 p { color: rgb(148,5,134); }

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

background-color css

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

 a { background-color: rgb(148,5,134); }

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

border-color css

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

 span { border-color: rgb(148,5,134); }

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