#84148F

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

Shades of Dark Magenta #84148F

Tints of Dark Magenta #84148F

Color information

#84148F (or 0x84148F) is unknown color: approx Dark Magenta. HEX triplet: 84, 14 and 8F. RGB value is (132,20,143). Sum of RGB (Red+Green+Blue) = 132+20+143=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #84148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84148F is #7BEB70. Grayscale: #434343. Windows color (decimal): -8121201 or 9376900. OLE color: 9376900.

HSL color Cylindrical-coordinate representation of color #84148F: hue angle of 294.63º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84148F is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13220143-
CMYK0.080.8600.44
HSL294.63º75.46%31.96%-
HSV(B)294.63º86.01%56.08%-
XYZ14.727.3926.64-
YUV67.51170.61174-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=44.75%
G=6.78%
B=48.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132201430.080.8600.44294.6375.4631.96
Hex84148F85602C1274b20
Octal204242171012605444711340
Binary1000010010100100011111000101011001011001001001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84148F; }

 p { color: rgb(132,20,143); }

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

<style>
 a { background-color: #84148F; }

 a { background-color: rgb(132,20,143); }

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

<style>
 span { border-color: #84148F; }

 span { border-color: rgb(132,20,143); }

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