#840B9B

Color #840B9B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #840B9B

Tints of Dark Magenta #840B9B

Color information

#840B9B (or 0x840B9B) is unknown color: approx Dark Magenta. HEX triplet: 84, 0B and 9B. RGB value is (132,11,155). Sum of RGB (Red+Green+Blue) = 132+11+155=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #840B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840B9B is #7BF464. Grayscale: #3F3F3F. Windows color (decimal): -8123493 or 10161028. OLE color: 10161028.

HSL color Cylindrical-coordinate representation of color #840B9B: hue angle of 290.42º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840B9B is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13211155-
CMYK0.150.9300.39
HSL290.42º86.75%32.55%-
HSV(B)290.42º92.9%60.78%-
XYZ15.557.5131.64-
YUV63.6179.59176.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=44.30%
G=3.69%
B=52.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132111550.150.9300.39290.4286.7532.55
Hex84B9BF5D0271225721
Octal204132331713504744212741
Binary100001001011100110111111101110101001111001000101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,11,155); }

 H1.HeaderClassName
 {
   color: #840B9B;
 }
 .AnyTagClassName
 {
   color: #840B9B;
 }
</style>
background-color css

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

 a { background-color: rgb(132,11,155); }

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

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

 span { border-color: rgb(132,11,155); }

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