#841285

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

Shades of Purple #841285

Tints of Purple #841285

Color information

#841285 (or 0x841285) is unknown color: approx Purple. HEX triplet: 84, 12 and 85. RGB value is (132,18,133). Sum of RGB (Red+Green+Blue) = 132+18+133=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #841285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841285 is #7BED7A. Grayscale: #404040. Windows color (decimal): -8121723 or 8721028. OLE color: 8721028.

HSL color Cylindrical-coordinate representation of color #841285: hue angle of 299.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841285 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13218133-
CMYK0.010.8600.48
HSL299.48º76.16%29.61%-
HSV(B)299.48º86.47%52.16%-
XYZ13.977.0322.81-
YUV65.2166.27175.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 18 (7.42% from 255) = 6.36%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=46.64%
G=6.36%
B=47.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132181330.010.8600.48299.4876.1629.61
Hex84128515603012b4c1e
Octal20422205112606045311436
Binary100001001001010000101110101100110000100101011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841285; }

 p { color: rgb(132,18,133); }

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

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

 a { background-color: rgb(132,18,133); }

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

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

 span { border-color: rgb(132,18,133); }

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