#84286A

Color #84286A Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #84286A

Tints of Dark Purple #84286A

Color information

#84286A (or 0x84286A) is unknown color: approx Dark Purple. HEX triplet: 84, 28 and 6A. RGB value is (132,40,106). Sum of RGB (Red+Green+Blue) = 132+40+106=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84286A is #7BD795. Grayscale: #4A4A4A. Windows color (decimal): -8116118 or 6957188. OLE color: 6957188.

HSL color Cylindrical-coordinate representation of color #84286A: hue angle of 316.96º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84286A is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13240106-
CMYK00.700.200.48
HSL316.96º53.49%33.73%-
HSV(B)316.96º69.7%51.76%-
XYZ12.887.4614.4-
YUV75.03145.48168.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=47.48%
G=14.39%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324010600.700.200.48316.9653.4933.73
Hex84286A046143013d3522
Octal20450152010624604756542
Binary1000010010100011010100100011010100110000100111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84286A; }

 p { color: rgb(132,40,106); }

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

<style>
 a { background-color: #84286A; }

 a { background-color: rgb(132,40,106); }

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

<style>
 span { border-color: #84286A; }

 span { border-color: rgb(132,40,106); }

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