#841385

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

Shades of Purple #841385

Tints of Purple #841385

Color information

#841385 (or 0x841385) is unknown color: approx Purple. HEX triplet: 84, 13 and 85. RGB value is (132,19,133). Sum of RGB (Red+Green+Blue) = 132+19+133=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #841385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841385 is #7BEC7A. Grayscale: #414141. Windows color (decimal): -8121467 or 8721284. OLE color: 8721284.

HSL color Cylindrical-coordinate representation of color #841385: hue angle of 299.47º degrees, saturation: 0.75, 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 #841385 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13219133-
CMYK0.010.8600.48
HSL299.47º75%29.8%-
HSV(B)299.47º85.71%52.16%-
XYZ13.987.0622.82-
YUV65.78165.94175.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 19 (7.81% from 255) = 6.69%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=46.48%
G=6.69%
B=46.83%

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
Decimal132191330.010.8600.48299.477529.8
Hex84138515603012b4b1e
Octal20423205112606045311336
Binary100001001001110000101110101100110000100101011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841385; }

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

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

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

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

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

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

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

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