Html Css Color HEX #840C94 Dark Magenta

📋 copy color: '#840C94'

red 132 ◦ green 12 ◦ blue 148

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

Shades of Dark Magenta #840C94

Tints of Dark Magenta #840C94

RGB

 RED value IS 132 (51.95% from 255) = 45.21%

 GREEN value IS 12 (5.08% from 255) = 4.11%

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 45.21%
G = 4.11%
B = 50.68%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#840C94 (or 0x840C94) is known color: Dark Magenta. HEX triplet: 84, 0C and 94. RGB value is (132,12,148). Sum of RGB (Red+Green+Blue) = 132+12+148=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #840C94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840C94 is #7BF36B. Grayscale: #3E3E3E. Windows color (decimal): -8123244 or 9702532. OLE color: 9702532.

HSL color Cylindrical-coordinate representation of color #840C94: hue angle of 292.94º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840C94 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 12 148 -
CMYK 0.11 0.92 0 0.42
HSL 292.94º 0.85% 0.31% -
HSV(B) 292.94º 0.92% 0.58% -
XYZ 14.99 7.31 28.64 -
YUV 63.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 132 12 148 0.11 0.92 0 0.42 292.94 0.85 0.31
Hex 84 C 94 B 5C 0 2A 125 55 1F
Octal 204 14 224 13 134 0 52 445 125 37
Binary 10000100 1100 10010100 1011 1011100 0 101010 100100101 1010101 11111

Color Harmonies of #840C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C94

Black with #840C94

Text Example


Text Example

White with #840C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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