Html Css Color HEX #940D86 Dark Magenta

📋 copy color: '#940D86'

red 148 ◦ green 13 ◦ blue 134

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

Shades of Dark Magenta #940D86

Tints of Dark Magenta #940D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

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

R = 50.17%
G = 4.41%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#940D86 (or 0x940D86) is known color: Dark Magenta. HEX triplet: 94, 0D and 86. RGB value is (148,13,134). Sum of RGB (Red+Green+Blue) = 148+13+134=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #940D86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D86 is #6BF279. Grayscale: #424242. Windows color (decimal): -7074426 or 8785300. OLE color: 8785300.

HSL color Cylindrical-coordinate representation of color #940D86: hue angle of 306.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D86 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 13 134 -
CMYK 0 0.91 0.09 0.42
HSL 306.22º 0.84% 0.32% -
HSV(B) 306.22º 0.91% 0.58% -
XYZ 16.66 8.3 23.28 -
YUV 67.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 148 13 134 0 0.91 0.09 0.42 306.22 0.84 0.32
Hex 94 D 86 0 5B 9 2A 132 54 20
Octal 224 15 206 0 133 11 52 462 124 40
Binary 10010100 1101 10000110 0 1011011 1001 101010 100110010 1010100 100000

Color Harmonies of #940D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D86

Black with #940D86

Text Example


Text Example

White with #940D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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