#840181

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

Shades of Purple #840181

Tints of Purple #840181

Color information

#840181 (or 0x840181) is unknown color: approx Purple. HEX triplet: 84, 01 and 81. RGB value is (132,1,129). Sum of RGB (Red+Green+Blue) = 132+1+129=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #840181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840181 is #7BFE7E. Grayscale: #363636. Windows color (decimal): -8126079 or 8454532. OLE color: 8454532.

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

Color convert

RGB1321129-
CMYK00.990.020.48
HSL301.37º98.5%26.08%-
HSV(B)301.37º99.24%51.76%-
XYZ13.496.5121.31-
YUV54.76169.9183.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 129 (50.78% from 255) = 49.24%
R=50.38%
G=0.38%
B=49.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132112900.990.020.48301.3798.526.08
Hex8418106323012d621a
Octal2041201014326045514232
Binary100001001100000010110001110110000100101101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840181; }

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

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

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

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

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

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

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

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