Html Css Color HEX #940D84 Dark Magenta

📋 copy color: '#940D84'

red 148 ◦ green 13 ◦ blue 132

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

Shades of Dark Magenta #940D84

Tints of Dark Magenta #940D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.05%

R = 50.51%
G = 4.44%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#940D84 (or 0x940D84) is known color: Dark Magenta. HEX triplet: 94, 0D and 84. RGB value is (148,13,132). Sum of RGB (Red+Green+Blue) = 148+13+132=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #940D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D84 is #6BF27B. Grayscale: #424242. Windows color (decimal): -7074428 or 8654228. OLE color: 8654228.

HSL color Cylindrical-coordinate representation of color #940D84: hue angle of 307.11º 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 #940D84 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 13 132 -
CMYK 0 0.91 0.11 0.42
HSL 307.11º 0.84% 0.32% -
HSV(B) 307.11º 0.91% 0.58% -
XYZ 16.52 8.25 22.55 -
YUV 66.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 148 13 132 0 0.91 0.11 0.42 307.11 0.84 0.32
Hex 94 D 84 0 5B B 2A 133 54 20
Octal 224 15 204 0 133 13 52 463 124 40
Binary 10010100 1101 10000100 0 1011011 1011 101010 100110011 1010100 100000

Color Harmonies of #940D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D84

Black with #940D84

Text Example


Text Example

White with #940D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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