#840081

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

Shades of Purple #840081

Tints of Purple #840081

Color information

#840081 (or 0x840081) is unknown color: approx Purple. HEX triplet: 84, 00 and 81. RGB value is (132,0,129). Sum of RGB (Red+Green+Blue) = 132+0+129=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #840081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840081 is #7BFF7E. Grayscale: #353535. Windows color (decimal): -8126335 or 8454276. OLE color: 8454276.

HSL color Cylindrical-coordinate representation of color #840081: hue angle of 301.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840081 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB1320129-
CMYK010.020.48
HSL301.36º100%25.88%-
HSV(B)301.36º100%51.76%-
XYZ13.486.4921.31-
YUV54.17170.23183.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 49.43%
R=50.57%
G=0%
B=49.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1320129010.020.48301.3610025.88
Hex8408106423012d641a
Octal2040201014426045514432
Binary100001000100000010110010010110000100101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840081; }

 p { color: rgb(132,0,129); }

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

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

 a { background-color: rgb(132,0,129); }

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

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

 span { border-color: rgb(132,0,129); }

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