Html Css Color HEX #940986 Dark Magenta

📋 copy color: '#940986'

red 148 ◦ green 9 ◦ blue 134

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

Shades of Dark Magenta #940986

Tints of Dark Magenta #940986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

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

R = 50.86%
G = 3.09%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#940986 (or 0x940986) is known color: Dark Magenta. HEX triplet: 94, 09 and 86. RGB value is (148,9,134). Sum of RGB (Red+Green+Blue) = 148+9+134=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #940986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940986 is #6BF679. Grayscale: #404040. Windows color (decimal): -7075450 or 8784276. OLE color: 8784276.

HSL color Cylindrical-coordinate representation of color #940986: hue angle of 306.04º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940986 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 134 -
CMYK 0 0.94 0.09 0.42
HSL 306.04º 0.89% 0.31% -
HSV(B) 306.04º 0.94% 0.58% -
XYZ 16.61 8.21 23.26 -
YUV 64.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 148 9 134 0 0.94 0.09 0.42 306.04 0.89 0.31
Hex 94 9 86 0 5E 9 2A 132 59 1F
Octal 224 11 206 0 136 11 52 462 131 37
Binary 10010100 1001 10000110 0 1011110 1001 101010 100110010 1011001 11111

Color Harmonies of #940986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940986

Black with #940986

Text Example


Text Example

White with #940986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940986; }

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

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

background-color css

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

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

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

border-color css

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

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

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