#84069B

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

Shades of Dark Magenta #84069B

Tints of Dark Magenta #84069B

Color information

#84069B (or 0x84069B) is unknown color: approx Dark Magenta. HEX triplet: 84, 06 and 9B. RGB value is (132,6,155). Sum of RGB (Red+Green+Blue) = 132+6+155=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #84069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84069B is #7BF964. Grayscale: #3C3C3C. Windows color (decimal): -8124773 or 10159748. OLE color: 10159748.

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

Color convert

RGB1326155-
CMYK0.150.9600.39
HSL290.74º92.55%31.57%-
HSV(B)290.74º96.13%60.78%-
XYZ15.57.431.62-
YUV60.66181.24178.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=45.05%
G=2.05%
B=52.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13261550.150.9600.39290.7492.5531.57
Hex8469BF600271235d20
Octal20462331714004744313540
Binary10000100110100110111111110000001001111001000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84069B; }

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

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

<style>
 a { background-color: #84069B; }

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

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

<style>
 span { border-color: #84069B; }

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

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