#863181

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

Shades of Dark Purple #863181

Tints of Dark Purple #863181

Color information

#863181 (or 0x863181) is unknown color: approx Dark Purple. HEX triplet: 86, 31 and 81. RGB value is (134,49,129). Sum of RGB (Red+Green+Blue) = 134+49+129=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #863181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863181 is #79CE7E. Grayscale: #535353. Windows color (decimal): -7982719 or 8466822. OLE color: 8466822.

HSL color Cylindrical-coordinate representation of color #863181: hue angle of 303.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863181 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13449129-
CMYK00.630.040.47
HSL303.53º46.45%35.88%-
HSV(B)303.53º63.43%52.55%-
XYZ14.898.8521.69-
YUV83.54153.66164-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=42.95%
G=15.71%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344912900.630.040.47303.5346.4535.88
Hex86318103F42F1302e24
Octal206612010774574605644
Binary10000110110001100000010111111100101111100110000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863181; }

 p { color: rgb(134,49,129); }

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

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

 a { background-color: rgb(134,49,129); }

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

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

 span { border-color: rgb(134,49,129); }

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