#840B88

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

Shades of Dark Magenta #840B88

Tints of Dark Magenta #840B88

Color information

#840B88 (or 0x840B88) is unknown color: approx Dark Magenta. HEX triplet: 84, 0B and 88. RGB value is (132,11,136). Sum of RGB (Red+Green+Blue) = 132+11+136=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #840B88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840B88 is #7BF477. Grayscale: #3D3D3D. Windows color (decimal): -8123512 or 8915844. OLE color: 8915844.

HSL color Cylindrical-coordinate representation of color #840B88: hue angle of 298.08º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B88 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13211136-
CMYK0.030.9200.47
HSL298.08º85.03%28.82%-
HSV(B)298.08º91.91%53.33%-
XYZ14.086.9223.89-
YUV61.43170.09178.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=47.31%
G=3.94%
B=48.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132111360.030.9200.47298.0885.0328.82
Hex84B8835C02F12a551d
Octal20413210313405745212535
Binary100001001011100010001110111000101111100101010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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